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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors