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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
CloudMonkey
Post Prodigy
Post Prodigy

removefilters function for 2 slicers

Hi,

 

I have a 2 slicers - one for areas and one for regions. I need to a measure to show total sales for all areas and regions. I tried the below formula but the error message says I can't refer to more than one table within the REMOVEFILTERS function. Please can someone tell me how to resolve?

 

Sales (All areas and regions) = calculate([Sales],REMOVEFILTERS(areas[AreaName],regions[RegionName]))
 
Many thanks,
 
CM
1 ACCEPTED SOLUTION
mahoneypat
Employee
Employee

You can't refer to columns in different tables in REMOVEFILTERS or ALL.  Make a separate REMOVEFILTERS for each column).

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

3 REPLIES 3
CloudMonkey
Post Prodigy
Post Prodigy

Thank you both! 🙂

PaulDBrown
Community Champion
Community Champion

@CloudMonkey 

Use the ALL function instead, referencing the fact table you are calculating sales on. For example:

Measure = CALCULATE(SUM(Table[sales]), ALL(Table))





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






mahoneypat
Employee
Employee

You can't refer to columns in different tables in REMOVEFILTERS or ALL.  Make a separate REMOVEFILTERS for each column).

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


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.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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