cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anonymous
Not applicable

Matrix total days calculation is wrong

need help with this issue 

 

rockdotnet_0-1670043477857.png

 

1 ACCEPTED SOLUTION

Hi, @Anonymous 

 

You can try the following methods.

Measure = CALCULATE(COUNT('Date'[Date]),ALLEXCEPT('Date','Date'[Month],'Date'[Year]))

vzhangti_0-1670219659985.png

Please check the attachment.

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

the Days per month is a measure.  Please find below and if i go to the format visual and select row subtotals. it does not sum up correctly.
 
Days per Month = DATEDIFF(
EOMONTH(MAX('OSR Revenue'[Billing_Period]),-1),
EOMONTH(MAX('OSR Revenue'[Billing_Period]),0),DAY)

Hi, @Anonymous 

 

You can try the following methods.

Measure = CALCULATE(COUNT('Date'[Date]),ALLEXCEPT('Date','Date'[Month],'Date'[Year]))

vzhangti_0-1670219659985.png

Please check the attachment.

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

NanDeb
Helper I
Helper I

What is your measure for Totals days in Month? Do you have a date table?

 

I would add a logical test to the measure to check if there row is a month or not and then return a different calculation when on the totals row. 

Good explanation here 

 

https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376

ddpl
Solution Sage
Solution Sage

@Anonymous  use the "HASONEVALUE" Functon for days per month column.

 

or

 

ddpl_0-1670046310838.png

 

 

Ref : https://www.youtube.com/watch?v=VE5Ephqk7A0

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors