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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Gutbucketeer
New Member

Sankey Chart axis change with filters.

I have a simple Sankey Chart that shows vehicle trips flowing between 11 district orgins and destinations.  It looks like this with no filters.

Gutbucketeer_0-1661812331834.png

Which is too dense to understand. 

When I filter to only OD pairs >=1 it looks like this. with Anne Arundel County moved to the far right.  This is just wrong because there are still two layers of information.

Gutbucketeer_1-1661812518622.png

Can someone exlain how to fix this, or why it is happening?  Or should I go back to R and python?

 

 

1 ACCEPTED SOLUTION
v-easonf-msft
Community Support
Community Support

Hi, @Gutbucketeer 

This may be caused by a closed loop in your data.

Try to modify your original table column from

Source Destination
Washington Dc Howard
Anne Arundel Co Washington Dc

to

New Source New Destination
Washington Dc _Source Howard_Destination
Anne Arundel Co_Source Washington Dc_Destination

 

New Source = 'Table'[Source] & "_Source" 
New Destination = 'Table'[Destination] & "_Destination" 

 

Best Regards,
Community Support Team _ Eason

View solution in original post

2 REPLIES 2
v-easonf-msft
Community Support
Community Support

Hi, @Gutbucketeer 

This may be caused by a closed loop in your data.

Try to modify your original table column from

Source Destination
Washington Dc Howard
Anne Arundel Co Washington Dc

to

New Source New Destination
Washington Dc _Source Howard_Destination
Anne Arundel Co_Source Washington Dc_Destination

 

New Source = 'Table'[Source] & "_Source" 
New Destination = 'Table'[Destination] & "_Destination" 

 

Best Regards,
Community Support Team _ Eason

I think that will fix it.  The p[roblem arose when I filtered out all but 1 o to d flow in the data. it created a separate tier.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

August Carousel

Fabric Community Update - August 2024

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