Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello everyone. I have some monthly cards I made for to quickly see current situation for a use case. They work untill I use a slicer till I use date slicers/filters which is logical. So I want them to ignore any filters I use on my visuals I guess to work with FILTER() and ALL() but I can't figure it out. I have following cards:
MonthVariance =
Solved! Go to Solution.
You can switch off interactions
And have visual level filter on date.
Cool, this worked! But it should also be doable with DAX-code right?
Hi,
To remove all filters from a table you can add in your formula :
ALL(fact_harvest_time)ALL functions accept a table or a specific column from a table as argument, so to remove from all columns just use the table name as argument in your all function.
so It will make something like :
=CALCULATE([yourmeasure],ALL(fact_harvest_time);...rest of calculation)Let us know if it works,
Hey @AilleryO I tried this but didn't seem to work:
Hi @Anonymous ,
Is your slicer based on this table : fact_harvest_time ?
Yep!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 36 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |