Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
can it possible to show below in power bi, i am not sure which visual we can use for this
Solved! Go to Solution.
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.
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.
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!!
Proud to be a Super User! | |
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.