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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
ysherriff
Resolver II
Resolver II

Fix Matrix total based on two rows

Hi,

I am having difficulty coming with a formula to correct my totals in a table with multiple rows. As an example, in image #1, this is the correct total with only one value in the Row.  In Image #2, when I add a date hierarchy, the total is incorrect. Image #3 is the formula I am using. 

Can anyone help? Thaks in advance

 

Image#1

ysherriff_1-1665672696267.png

 

 

 

Image #2

 

ysherriff_0-1665673396897.png

 

 

 

image #3

ysherriff_0-1665672652055.png

 

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @ysherriff 

please try

 

=
SUMX (
    SUMMARIZE ( Campaigns, Campaigns[Campaign Name], 'Date'[Year], 'Date'[Otr-Yr] ),
    CALCULATE (
        SELECTEDMEASURE (),
        CROSSFILTER ( Campaigns[Contact ID], 'Contacts Table'[Contact ID], BOTH )
    )
)

 

View solution in original post

2 REPLIES 2
tamerj1
Super User
Super User

Hi @ysherriff 

please try

 

=
SUMX (
    SUMMARIZE ( Campaigns, Campaigns[Campaign Name], 'Date'[Year], 'Date'[Otr-Yr] ),
    CALCULATE (
        SELECTEDMEASURE (),
        CROSSFILTER ( Campaigns[Contact ID], 'Contacts Table'[Contact ID], BOTH )
    )
)

 

Perfect. Works perfectly.

 

Thank you very much 😀

 

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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