DAX: Cumulative Sum of Monthly Balance (two tables)
I have two tables in power query, one has a list orders with bonus calculation for each orders (bonus is calculated in Power Query), and the second table has list of monthly payments to each sales person. Monthly payment is generally a sum of bonuses taken for a certain date. Is it added to the table manually every month for every person.
Rolling Total Context DAX issue
I have these tables:
How to filter Table Data in Power BI – Based on employee who has logged in?
Greetings for the day!
How to filter Table Data in Power BI – Based on employee who has logged in?
Greetings for the day!
Dax-Count number of categories where the fact value is blank(column from a different table) and replaced on date is blank(column from different table)
Dax measure to Count number of categories where the fact value is blank(column from a different table) and replaced on date is blank(column from different table)
How to set StartYearMonth or Fiscal Year for date
I currently have a cost facts table with a MonthYear column that records the fiscal month year eg. Sep FY 24 (actual september 2023), which is also the startyearmonth.
Get Average of Top 3 in a Summarized Table in Power Bi
I’m new to Power Bi and I’m facing a serious problem. I have Sales table in which there is column named Moony. The table is like this:
How to show only the max value of a Measure in the below table in Power BI DAX
How to show only the max value of a Measure in the below table in Power BI DAX
How to leverage previous value in dax without yielding a circular dependency?
Hi there,