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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
admin_xlsior
Post Prodigy
Post Prodigy

Synchronize chart value

Hi,

 

May I know how to synchronize values of different visual (charts) under same page ?

 

image.png

 

Example attached, 

  1. Values in Y axis for chart no 1 is up to 200, but the other is 50. Understand this is because of the measures value, but it's not good representation when the chart looks at the same heights but actualy different range
  2. While the 2 & 3 charts is under same value Y axis (max 20), somehow the X axis is not align.

 

I've been looking for the configration setup but could not find any.

Thanks in advance

 

 

 

 

 

1 ACCEPTED SOLUTION
TeigeGao
Solution Sage
Solution Sage

Hi admin_xlsior,

 

According to your description, my understanding is that you want to make all chart visuals using the same X, Y scale.

 

For Number data type in X and Y axis, we can use Ctrl + Click to select all chart visuals, then change them in Format -> X axis / Y axis -> Start / End.

 

111.png

 

For other data types in X axis, we can change the measure like below:

measure = var a = ***
return IF(a=0,0,a)

After that, we can change the sort by column, please refer to the following picture:

 

222.png

 

The result will like below:

 

333.png

 

Best Regards,
Teige

View solution in original post

3 REPLIES 3
TeigeGao
Solution Sage
Solution Sage

Hi admin_xlsior,

 

According to your description, my understanding is that you want to make all chart visuals using the same X, Y scale.

 

For Number data type in X and Y axis, we can use Ctrl + Click to select all chart visuals, then change them in Format -> X axis / Y axis -> Start / End.

 

111.png

 

For other data types in X axis, we can change the measure like below:

measure = var a = ***
return IF(a=0,0,a)

After that, we can change the sort by column, please refer to the following picture:

 

222.png

 

The result will like below:

 

333.png

 

Best Regards,
Teige

Hi Teige,

 

It works.

Many thanks. I didn't understand the second part, but the 1st is the one I need I right now. 🙂

 

Thanks again.

Hi admin_xlsior,

 

The second part shows how to make the X axis usinng the same format.

 

If the measure cannot get a data zero, it will hide this part in X axis, in this scenario, we can use the  IF(a=0,0,a) to display this part.

 

Best Regards,

Teige

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.