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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
v-yangliu-msft
Community Support
Community Support

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
v-yangliu-msft
Community Support
Community Support

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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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