Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
JayRooster
Frequent Visitor

Matrix Visual Column and Row totals can't get it right

Hello Team, 

In need of some help here. I would like to have the numbers add up correctly. 

JayRooster_0-1675682390037.png


The date columns are from a date table. The rows are from a Customer table. 
The values are from a third table which are transactions. If in a quarter there is a transaction it shows 1/4. So i would like to have added it up to the total. For example the second line i would like to display total 2021 as 0.75.

Ideally the column totals at the bottom would be the percentage of grand total per year. 

CountInstuurdatum =
    CALCULATE(COUNT(Tussentijdsrapportage[Instuurdatum]))



Measure =
    SUMX(
        VALUES('Klanten werken in de actualiteit'[Naam]),
        IF(ISBLANK([CountInstuurdatum]),"" ,1/4)
    )

Any help would be appreciated. 

Kind regards, 
Jeroen
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@JayRooster , you can use isinscope and switch the grand total

 

https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@JayRooster , you can use isinscope and switch the grand total

 

https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

thanks @amitchandak this did the job!

Helpful resources

Announcements
Top Kudoed Authors