Forum Discussion
Anonymous
5 years agoNot applicable
Dynamic
Hello, Can anyone guide me how to make top 10 business process type dynamic? please refer to the below image - In the above image top 10 business process type is showing..I want to giv...
amitchandak
Super User
5 years agoAnonymous , Not very clear.
You can Create TOP N with what if
Anonymous
5 years agoNot applicable
amitchandak I have edited the post.
- amitchandak5 years ago
Super User
Anonymous , Blog I posted may be relevant , check that
- Anonymous5 years agoNot applicable
amitchandak , I tried by following the link you have shared but it's not working.
measure that I am using-
TopN =VAR SelectedTop = SELECTEDVALUE('Parameter'[Parameter])RETURNSWITCH(TRUE(),SelectedTop = 0, COUNT('table'[field]),RANKX (ALLSELECTED( 'table'),COUNT('table'[field]))<= SelectedTop,COUNT('table'[field]))- Anonymous5 years agoNot applicable
HI Anonymous,
It should help if you provide a pbix file with some dummy data to test.
Regards,
Xiaoxin Sheng