Forum Discussion
NKotak_Leecare
Helper III
3 years agoDisplay 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 th...
- 3 years ago
NKotak_Leecare , Try to change measure like
Check Filter = calculate(ISFILTERED(person[FullName]), allselected())
amitchandak
Super User
3 years agoNKotak_Leecare , Try to change measure like
Check Filter = calculate(ISFILTERED(person[FullName]), allselected())