- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

How to create rank from rank scale questionnaire
i would like to create rank as per below image.
done i excel..but dont know how to do it in power BI.
Thank in advance..
Here is the sequence to get the rank
1. from the result table - get the frequency of each rank
2. then transpose it to new table
3. calculate the total for each indicator with this formula
Total = Rank1*6+rank2*5+rank3*4+rank4*3+rank5*2+rank6*1
4. finally, rank the row based on the highest no.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

problem solved..but if you have a solution..pls share
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @aizamkamadin,
Congratulations, if the issue has been solved, please adopt your solution to help others.
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@aizamkamadin , You have to create Rank and then you have to create a new table using generate series and then create new measure to display using rank
rank table = addcolumns(generateseries(1,10,1), "Rank1", "Rank " & [value])
refer video, you need = join not between
Dynamic Segmentation, Bucketing or Binning: https://youtu.be/CuczXPj0N-k

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
Anonymous
| 07-17-2024 09:09 AM | ||
11-18-2024 01:36 PM | |||
08-01-2024 11:48 AM | |||
06-14-2024 07:31 AM | |||
10-08-2024 09:40 AM |
User | Count |
---|---|
128 | |
117 | |
82 | |
59 | |
47 |