Forum Discussion
custom table
can it possible to show below in power bi, i am not sure which visual we can use for this
Step 0: I use these data below.
Step 1: I add a ’Flag' column on Power BI Desktop.
Flag = IF([Value]>=9,"Promoters (9-10)",IF([Value]>=7,"Passives (7-8)","Detractors (0-6)"))
Step 2: I make a matrix.
2 Replies
- rajendraongole1Super User
Hi powerbiexpert22 - if you want to bring the exact visualization , we dont have native visuals in custom visuals.
you can try with cards with conditional formatting and use promoters (9-10), Passives (7-8) and Detractors(0-6) you can do a group and use it as table chart.
Try once and let know
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!! - mickey64Super User
Step 0: I use these data below.
Step 1: I add a ’Flag' column on Power BI Desktop.
Flag = IF([Value]>=9,"Promoters (9-10)",IF([Value]>=7,"Passives (7-8)","Detractors (0-6)"))
Step 2: I make a matrix.