Forum Discussion
Display in matrix based on selection from a filter
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!
NKotak_Leecare , Try to change measure like
Check Filter = calculate(ISFILTERED(person[FullName]), allselected())
1 Reply
- amitchandak
Super User
NKotak_Leecare , Try to change measure like
Check Filter = calculate(ISFILTERED(person[FullName]), allselected())