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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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