Importing Dataverse table with Microsoft Entra ID 'aaduser' lookup column
Hello everyone, I'm running into a weird problem when importing a Dataverse table that contains a lookup column to the Microsoft Entra ID 'aaduser' table into Power BI Desktop. All of the values in...
View ArticleADDED COLUMN DOES NOT CALCULATED CORRECTLY
Hello, this is in Power Query environment:I have period 12 and 9, trying to see the difference by adding a cusomer column = 12-9but not all rows are correctly calculated the difference.. not sure...
View ArticleTransform data which has multiple columns with the same name but different...
Below is the data, which I have multiple cash and credit columns. DateSalesman NameBranchItem E1Item E2Item E3Item E4CASHCREDITItem S1Item S2Item...
View ArticlePower Query: calculate and use result in the next row
Hello everyone I need to calculate a stock forecast (colums Qty and Amount) like in this excel file https://file.io/pnGmx7f0m9iG Calculation is done by Material with a sort by YearMonth or Row...
View Articlecreating of measure to do column comparison and creating a new column with...
Hi all,Your help will be goodI am trying to compare data of two weeks week 39,and week 40 , and am trying to do this:- do a comparison to see which items occured in week 39 and also week 40, and give...
View ArticleCalculating the current week number - starting with the previous Saturday
Hi - I presently have a calculation in my Power Query application for the Week Number: Date.WeekOfYear([ABCDate], Day.Monday) I would like to Week Number to start from the previous Saturday to the...
View ArticleExtract value from a list of records
Hi - I am new to Power BI / Power Query and all this so I will do my best to use the right verbage to explain my issue and what I need help with.I have a column called "customFields", the column...
View ArticleCustom connector UI
I am new to Power BI custom connector. 2 simple UI questions:1. How to implement a radio button, checkbox, foldable section like the following? Is there any example or office documentation? 2. In my...
View ArticleHow to Remove Changing Values
I have the following data that comes into Power BI from an Excel spreadsheet, which a user updates every week (current week provided as the example): The top row will not change until Feb 1 next year....
View ArticleRest API refresh token
I'm trying to get a refresh token from our API so that I don't have my API login crednetials in the .pbix file and keep getting a "We couldn't authenticate with the credentials provided" error (see...
View ArticleApply filter grayed out in Top N filter with SharePoint list integration
Not sure if this the limitation of the SharePoint integration with Power bi. I created a dashboard by using the "Integrate > Power BI > Visualize the list" in a SharePoint list. However, the...
View ArticlePower Query gets stuck and takes does not responds at all
I have a pbix file in IMPORT connection method, the pbix file size is now 39MB, This pbix file uses Analysis Services Connector and connects to different Workspaces which are hosted on P1 SKU. However,...
View ArticleCombine data
Hi,How to summarise data by employee id , with the continus departure and arrival date and same location provide the total number of days away .If same employee, same location but not continuouly based...
View ArticlePBI Semantic model pivot table in Excel not recognising table relationships
I have inserted a power bi pivot table into an excel file. When I add columns from a single table in the data model everything works as expected. However, if I try to add a column from another table in...
View ArticleAutomatic Visuals by use of Configuration Table
Hello! I have an intereseting problem. I have data in one group of queries (DFU1, DFU2, DFU3, etc.), normalization data in another group (NormHours, NormFlights, NormPlatforms, etc.), and one single...
View ArticleWeb.BrowserContents cannot convert the value
I am getting below error after this = Web.BrowserContents("https://tradingeconomics.com/commodities") site connection. I couldn't find a solution. Can anyone help me?
View ArticleFlag nth dates in a recuring 7 day period
Hi, I am looking to create a column that will flag nth dates in a recuring 7 day period. For example the 4 days in a first 7 day period, 4 days in the next 7 day period etc etc. It can flag the first 4...
View ArticlePower Query Import mode with Filter/merge
Hi All,I need to import a table into PQ. The table has 40 mln rows. To maintain the integrity with other tables I need only 50k rows to be imported. I have 3 tables. let's say A contains city name with...
View ArticleDate Check in year to date last year
if Date.IsInYearToDate(Date.AddYears([Date], 2)) then "Yes"else if Date.IsInYearToDate(Date.AddYears([Date], 1)) then "Yes"else if Date.IsInYearToDate([Date]) then "Yes"else "No" HelloI have a query...
View ArticleGet First Datetime and Last datetime
Hi, I am having a challenge with PowerQuery. I have Activity-wise details, I have to find the Login & Logout from those activities. The first time registered in login and the last time registered...
View Article