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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Ju7438
Regular Visitor

Wrong grand total column with if statement in calculation DAX measure

Hi everyone, 

 

Im strugleling with on of my measure in matrix viz, see the following measure :

 

Capture d’écran 2022-10-28 101745.png

 

 

 

I said right blank if the calculation is negativ or just do the calculation, but the grand total in matrix still the same, see the matrix result :

 

Capture d’écran 2022-10-28 102007.png

How can I force the right grand total ?

 

Thanks in advance for your advices.

BR

 

Julien

1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

Hi,

Please check the below measure whether it suits your requirement.

 

V3 measure: =
SUMX ( DISTINCT ( calendartable[Mois] ), [total_days_billable_retreated_V2] )

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

View solution in original post

1 REPLY 1
Jihwan_Kim
Super User
Super User

Hi,

Please check the below measure whether it suits your requirement.

 

V3 measure: =
SUMX ( DISTINCT ( calendartable[Mois] ), [total_days_billable_retreated_V2] )

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.