Astroraf
02-03-2025Data Pipeline
How to have the secondary value in an Indicator Widget not be affect by Dashboard Filters
Hi DRay Liliia_DevX ,
I am curious: if a customer wants to have a formula in the second indicator widget not affected by the dashboard filters, how would one go about doing this?
My solution would be:
COUNT(coloumn_name, ALL(dim_value))
Would this be correct?
Hey Astroraf ,
The Syntax shared is a valid solution.
The ALL Function ignore the scope of the filter (See related documentation)Example of Using the same measure twice with and without All Function
Best regards
Astroraf hi! If you like to have multiple dimensions not be affected by dashboard filters, the syntax should look like on the screenshot below:
Feel fee to test it from your side 🙂