Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi all,
I have created three measures following this: Show or Hide a Power BI Visual Based on Selection ✅ - Excelerator BI for displaying a message when nothing is selected from the filter and the visual remains empty. However, the filter that I have has values that are there in the visual as well. For example, the name by which I am filtering the visual is also present in the matrix visual itself. So, when I am adding the Hide Visual measure to the visual, it is ignoring it and displays all the name values even when nothing is selected from the filter.
Measure 1:
Do we have any solution for that?
Thank you!
Solved! Go to Solution.
@NKotak_Leecare , Try to change measure like
Check Filter = calculate(ISFILTERED(person[FullName]), allselected())
@NKotak_Leecare , Try to change measure like
Check Filter = calculate(ISFILTERED(person[FullName]), allselected())