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
Anonymous
Not applicable

DAX SUM AND FILTER USING ALL

Hi, I am looking for some help...

I have created the below to return the sum value of 3 specific GL accounts. This works fine until I add a filter on the page for report as name ( which I have built in as ALL to the below ) and once I do this one of the account values drop off

** the report as name I’m trying to filter on has no entries in the GL which is dropping off.

 

TOTAL CWSR ALL (ALL) = CALCULATE(SUM(MemberReturns[Amount]),FILTER(VALUES('MemberReturns'[G_L_Account_No]),('MemberReturns'[G_L_Account_No]="4555"||MemberReturns[G_L_Account_No]="4886"||MemberReturns[G_L_Account_No]="4558")),ALLSELECTED('Date'),ALL('Report As')) 

 

 

1 REPLY 1
kentyler
Solution Sage
Solution Sage

You might need to add the possibility to your OR statements that the MemberReturns[G_L_Account_No] is blank





Did this post answer your question? Mark it as a solution so others can find it!

Help when you know. Ask when you don't!




Join the conversation at We Talk BI find out more about me at Slow BI


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.

Top Solution Authors