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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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!
Solved! Go to Solution.
Hi @Anonymous ,
I created some data:
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.
3. Result:
When Group=A is selected in the waterfall chart, the table visual will display the data related to A and sort it.
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
Hi @Anonymous ,
I created some data:
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.
3. Result:
When Group=A is selected in the waterfall chart, the table visual will display the data related to A and sort it.
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!