The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi all,
I am trying to hide a visual until specific slicers/filters to be used,
so after searching, I am doing this by a measure which says if nothing selected then white color, if the filter ... is selected then turn the color transparent, to show what is hidden underneath. (if there is another way please refer it to me)
here is my measure:
Solved! Go to Solution.
Hi @NourJ ,
Can you please share some sample data with expected result for test? It will be help for coding formula.
In addition, you can take a look at following link about all allexcept function to ignore other filters.
Using ALLEXCEPT versus ALL and VALUES
Regards,
Xiaoxin Sheng
Hi all,
I am trying to hide a visual until specific slicers/filters to be used,
so after searching, I am doing this by a measure which says if nothing selected then white color, if the filter ... is selected then turn the color transparent, to show what is hidden underneath. (if there is another way please refer it to me)
here is my measure:
Hi @NourJ ,
Can you please share some sample data with expected result for test? It will be help for coding formula.
In addition, you can take a look at following link about all allexcept function to ignore other filters.
Using ALLEXCEPT versus ALL and VALUES
Regards,
Xiaoxin Sheng