Forum Discussion
AnaAlbano
Helper I
3 years agoResults based on filtered values
Hello community! I´m trying to performe a task in Power BI and I´m not finding the right way to do it 😞 The case is: I have a dashboard for a survey analisis. And for the free text answers, we...
- 3 years ago
amitchandak
Super User
3 years agoAnaAlbano , Create a measure like this and use that in visual level filter
if( Calculate(countrows(Table), allselected() ) <5,1, 0)
check this measure =0 in visual level filter
- AnaAlbano3 years ago
Helper I
- amitchandak3 years ago
Super User
- AnaAlbano3 years ago
Helper I
Thank you very much @amitchandak! It worked!