Forum Discussion
Anonymous
6 years agoNot applicable
Top N Filter doesn't work (with examples)
Hi everyone¡ due to the good help I received with my previous problem with PowerBI, I have decided to ask for help again. I want to filter the entire page by the Top N Managers...
amitchandak
6 years agoSuper User
Anonymous , Create the second measure like and try
calculate(if(<Condition>) , values(Datos[Asset Class]))
Refer this I have used Rank filter there.