Forum Discussion
Exclude a Filter in a Calculated Table
- Anonymous5 years ago
Hi Vincem35,
As mahoneypat said, you can use the 'edit interaction' panel to ignore the external filter effect to break the current visualization graph.
Since current Dax formulas not able to extract multiple values from the slicer and filters who used the same data source table field. So if you want to keep the filter effect and ignore a specific filter, you can try to create a calculated table to duplicate the raw table field that you used on the filter. Then you can add conditions into the DAX expressions to compare with both two filter selections.
Regards,
Xiaoxin Sheng
Hi Vincem35,
As mahoneypat said, you can use the 'edit interaction' panel to ignore the external filter effect to break the current visualization graph.
Since current Dax formulas not able to extract multiple values from the slicer and filters who used the same data source table field. So if you want to keep the filter effect and ignore a specific filter, you can try to create a calculated table to duplicate the raw table field that you used on the filter. Then you can add conditions into the DAX expressions to compare with both two filter selections.
Regards,
Xiaoxin Sheng