Power BI Pro Lacking Error Information
Is there some way to get more information about why a Power BI Pro Data Flow failed? Lately, 95% of the data flow failures we have provide NO information that can be used to debug the problem. It...
View ArticleChange data source greyed out
Hi All, I am trying to change my data source from one database in Snowflake to another. Both within the same warehouse. However, when I go to change data source the option for change is greyed out as...
View ArticlePower BI Refresh Error
Hi Guys, I am kinda new to M Code and trying to learn along the way. I trying to set up schdule refresh with my data set but i get the error message below..... i have also provided the Code with i run...
View ArticleAppend two tables with overlapping date ranges
Hi, I'm trying to create a report that will calculate the FTE of a group of staff at a particular date, as well as showing the FTE minus absences. My problem is that I have two tables. One is a staff...
View ArticleImport multiple files from a folder that can be copied and used for different...
I am trying to create a tool for my team where the excel imports files from a folder which contains multiple tamplates and these templates are used to generate different queries, and with the queries...
View ArticleHelp refreshing excel source files via parameters & filters/slicer
Hello, Looking for some ideas on how to refresh historical data in a Powerbi Dashboard. Currently the dashboard is refreshed each month, but I am looking to build out a solution to display historical...
View ArticleCalculate Product Attach Rates via Power Query
First Post!I'm trying to use power query to calculate attach rates between two products Parent and Child in my sales data for an ecommerce business.My data is organized as traditional transaction data...
View ArticlePower Query not showing DateTime Tools
Hello, I have a question regarding the DateTime Tools in the Power BI Power Query editor. First I created a blank query. Then in the Source step I entered = DateTime.LocalNow() to get the current date...
View ArticleProblem with DateADD, Running Totals and Dates
Hello! I have a Meassure called [Cumulative Recurring Revenue] which calculates the Cumulative Revenue Using the formula below: CALCULATE([W_Revenue_Recurring], FILTER( ALLSELECTED('Calendar'[Date]),...
View ArticleOnly take latest file of each day from Sharepoint
I have multiple files to be imported from Sharepoint to Power BI through Power Query. The file format is "AAA_yyyymmdd.xlsx". The file are generated from a system, more than once daily. I would like to...
View ArticleTroubleshooting Employee List Comparison Issues with Military Rank Anomalies
I am currently attempting to compare two employee lists based on a common identifier: the column labeled "EmpName," which includes last names followed by first and middle names, along with military...
View ArticleCompares a list of single values (list1) against a list of 2 values
compare_lists(list1, list2):Compares a list of single values (list1) against a list of pairs (list2),returning a list of indices where a match is found in the second list.list1: List of single...
View ArticleCalculations based on other 2 datasets
Hi,I have 2 input tables shown belowCFY refers to Current FinYear and NFY refers to Next FinyearTotal...
View ArticleCreation of Flag in Power Query based on Dates
Would require help to create a flag column to identify Past, Present and Future based on the Date in Power Query. The data would come across something similar to this:TypeDateTodayLevel 1 10/07/2024...
View ArticleSplitting Values into Quarters Based on a % - '1' error
I have yearly volumes as column headings and want to split to quarters based on a % value in another table. The problem is the '1' value is lost - as the quarterly % split is never above 50%. Is there...
View Articledealing with a list of records (and null values)
I am importing some data using an API, it comes as JSON and I can get the data I need from that until I get to the group(s) that each item is a member of. each item can be a member of zero or more...
View ArticleWhich data source is preferable when my data is coming from CRM ?
We currently have data in our CRM system.We need to bring this data into Power BI, either by retrieving it through the OData Source API or the Dataverse API, where the necessary joins are performed....
View ArticleGet the first day of the next month/quarter/year
I would like to get a the first day of the next month/quarter/year if a date is not on the start day of that period in Power BI. So I made the following custom column in M, based on an interval and the...
View ArticleIf Then Else to calculate a date
I am trying to calculate a date by using two date columns. I want to use column mos_d_override first but if there is a null value then i want to use mos_d_schedule. I get results but not correct...
View Article