Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
powerbiexpert22
Impactful Individual
Impactful Individual

custom table

can it possible to show below in power bi, i am not sure which visual we can use for this

powerbiexpert22_0-1722420525008.png

 

1 ACCEPTED SOLUTION
mickey64
Super User
Super User

Step 0: I use these data below.

mickey64_0-1722432949655.png

 

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)"))

mickey64_1-1722433012284.png

 

Step 2: I make a matrix.

mickey64_2-1722433056107.png

 

View solution in original post

2 REPLIES 2
mickey64
Super User
Super User

Step 0: I use these data below.

mickey64_0-1722432949655.png

 

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)"))

mickey64_1-1722433012284.png

 

Step 2: I make a matrix.

mickey64_2-1722433056107.png

 

rajendraongole1
Super User
Super 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!!





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors