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 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())
User | Count |
---|---|
86 | |
84 | |
35 | |
35 | |
34 |
User | Count |
---|---|
94 | |
79 | |
63 | |
55 | |
52 |