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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
2 REPLIES 2
amitchandak
Super User
Super User

thanks @amitchandak this did the job!

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

August Carousel

Fabric Community Update - August 2024

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