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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.