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

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.

Reply
umeshbanga
Regular Visitor

Pie chart with Measure - not filtering the corresponding table

Hi

 

Scenario

I have a pie chart that was created using Measures. 

Measures are calculating the total number of advisers with licensee.

 

Ask

 

I want a table that will interact with this pie chart and display the results relevant to the specific pie of the chart. For example, if a pie slice value is 2, then table should automatically filter out and show only 2 corresponding values.

 

Any suggestions?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi  @umeshbanga ,

I created some data:

vyangliumsft_0-1656380061034.png

Here are the steps you can follow:

1. Create measure.

the total number of advisers with licensee =
COUNTX(FILTER(ALL('Table'),'Table'[licensee]=MAX('Table'[licensee])),[advisers])

2. In the table visual it is .

vyangliumsft_1-1656380061037.png

3. Pie Visual is.

vyangliumsft_2-1656380061038.png

4. Result:

Click on Pie Visual to filter the table Visual

vyangliumsft_3-1656380061040.png

If I have misunderstood your meaning, please provide your desired output and your pbix without privacy information.

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi  @umeshbanga ,

I created some data:

vyangliumsft_0-1656380061034.png

Here are the steps you can follow:

1. Create measure.

the total number of advisers with licensee =
COUNTX(FILTER(ALL('Table'),'Table'[licensee]=MAX('Table'[licensee])),[advisers])

2. In the table visual it is .

vyangliumsft_1-1656380061037.png

3. Pie Visual is.

vyangliumsft_2-1656380061038.png

4. Result:

Click on Pie Visual to filter the table Visual

vyangliumsft_3-1656380061040.png

If I have misunderstood your meaning, please provide your desired output and your pbix without privacy information.

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

umeshbanga
Regular Visitor

@Jihwan_Kim tagging you as you helped me with giving a solution for the measures.

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.