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! Request now

Reply
Anonymous
Not applicable

Waterfall Chart interaction with table

Hi All,

 

I had a question about how to get the waterfall chart to interact with a table visual. I would like to be able to select the AcivePipe SoP bar and have the bottom table highlight and sort that column, aka bring it to the users attention. 

 

Please advise on the best way to achieve this.

Thank you in advance!

 

ManalYunes_0-1634661105480.png

ManalYunes_1-1634661143330.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi  @Anonymous ,

I created some data:

vyangliumsft_0-1634874102031.png

Here are the steps you can follow:

1. Create measure.

Measure =
RANKX(FILTER(ALLSELECTED('Table'),'Table'[group]=MAX('Table'[group])),CALCULATE(SUM('Table'[amount])),,ASC)

2. Select the ellipsis above the table visual.

Sort by – Measure  -- Sort ascending.

vyangliumsft_1-1634874102034.png

3. Result:

When Group=A is selected in the waterfall chart, the table visual will display the data related to A and sort it.

vyangliumsft_2-1634874102036.png

Does this meet your expectations? If not, Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

 

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

1 REPLY 1
Anonymous
Not applicable

Hi  @Anonymous ,

I created some data:

vyangliumsft_0-1634874102031.png

Here are the steps you can follow:

1. Create measure.

Measure =
RANKX(FILTER(ALLSELECTED('Table'),'Table'[group]=MAX('Table'[group])),CALCULATE(SUM('Table'[amount])),,ASC)

2. Select the ellipsis above the table visual.

Sort by – Measure  -- Sort ascending.

vyangliumsft_1-1634874102034.png

3. Result:

When Group=A is selected in the waterfall chart, the table visual will display the data related to A and sort it.

vyangliumsft_2-1634874102036.png

Does this meet your expectations? If not, Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

 

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

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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
Top Kudoed Authors