Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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! | |