Forum Discussion
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!
- Anonymous4 years ago
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
1 Reply
- AnonymousNot applicable
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