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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
sudhav
Helper V
Helper V

Need help

Hi Team,

 

I used allexcept, all, all selected but nothing helped me. 

TIA

1 ACCEPTED SOLUTION
Dhairya
Solution Supplier
Solution Supplier

Hey @sudhav 
I have recreated your scenario using sample data 
You can modify below measure according to your data

Total Sales = 

CALCULATE(
    SUM(financials[ Sales]),
    ALL(Manufacturer[Segment]),
    ALL('Product'[Product]),
    ALL(financials[Date])
)

 

Dhairya_0-1692005250835.png

By using this measure the slicer plotted using Manufacturer[Segment], Product'[Product] and financials[Date] column will not affect the card visual.

In your scenario you using following measure

sumofrevenue = 
CALCULATE(
    SUM(Sales[Revenue]),
    ALL('Sales'[Date]),
    ALL('Manufacturer'[ManufacturerID]),
    ALL('Product'[ProductID])
)

 If this helps you, please kudo this post and accept it as a solution so that others can find it quickly while facing a similar issue. Thank You!

View solution in original post

5 REPLIES 5
johnyip
Solution Sage
Solution Sage

@sudhav If I understand correctly and if you want the country slicer to apply filtering only on the card visual but not the remaining slicers, you should probably using the Edit interaction function that you do not prefer using to disable the interactions between different slicers.

 

Alternatively, as per your requirement, you may construct four additional STANDALONE calculated tables (i.e. no relationships between any other tables), and then use them in your slicers and DAX.



Please mark my post as the solution if this answers your question!
Appreciate your Kudos !!
Dhairya
Solution Supplier
Solution Supplier

Hey @sudhav 
Can you please share your sample dataset and measure you are plotting.

 

please write some DAX for that test measure

Dhairya
Solution Supplier
Solution Supplier

Hey @sudhav 
I have recreated your scenario using sample data 
You can modify below measure according to your data

Total Sales = 

CALCULATE(
    SUM(financials[ Sales]),
    ALL(Manufacturer[Segment]),
    ALL('Product'[Product]),
    ALL(financials[Date])
)

 

Dhairya_0-1692005250835.png

By using this measure the slicer plotted using Manufacturer[Segment], Product'[Product] and financials[Date] column will not affect the card visual.

In your scenario you using following measure

sumofrevenue = 
CALCULATE(
    SUM(Sales[Revenue]),
    ALL('Sales'[Date]),
    ALL('Manufacturer'[ManufacturerID]),
    ALL('Product'[ProductID])
)

 If this helps you, please kudo this post and accept it as a solution so that others can find it quickly while facing a similar issue. Thank You!

Great, thankyou so much. its working

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

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.