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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Snapdrag
Helper II
Helper II

Line chart with multiple axis should not split by legend.

Hello, I am facing issue with multiple axis line chart. I am looking for a solution where second axis in line chart should not get split by legend.

 

Chart - Line chart

X axis - Month-Year

Y axis1- Total Time

Y axis2 - Average time 

Legend -  Region

In chart below when I select Country as India in filter, I want my chart to show another average line for Country India but currently it even splits the Average time by region(legend). 

Snapdrag_1-1702030086303.png

 

 Data is as below:

Month YearCountryCityTotal Time
2023-05IndiaBanglore190
2023-06IndiaBanglore200
2023-07IndiaBanglore10
2023-05IndiaMumbai9
2023-06IndiaMumbai10
2023-07IndiaMumbai10
2023-05AustraliaSydney200
2023-06AustraliaSydney200
2023-07AustraliaSydney180
2023-05AustraliaMelbourne90
2023-06AustraliaMelbourne10
2023-07AustraliaMelbourne20
2023-05USAtlanta50
2023-06USAtlanta50
2023-07USAtlanta40
2023-05USChicago80
2023-06USChicago100
2023-07USChicago120
4 REPLIES 4
Snapdrag
Helper II
Helper II

@Ahmedx @amitchandak @Ritaf1983 @parry2k , requesting you to help on this problem. Thanks in advance

Snapdrag
Helper II
Helper II

@Ahmedx @amitchandak @Ritaf1983 @parry2k , requesting you to help on this problem. Thanks in advance

Anonymous
Not applicable

Hi @Snapdrag ,

Please try this way:
I create a DAX below to calcaulate the average time:

Average Time for Country = 
CALCULATE(
    AVERAGE('Table'[Total Time]),
    ALL('Table'[City]),
    ALLEXCEPT('Table', 'Table'[Country])
)

 

vjunyantmsft_0-1702277209177.pngvjunyantmsft_1-1702277253876.png

The results are as follows:

vjunyantmsft_3-1702277354460.png


Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

I want a trend linefor the average in the same way I have for total but the requirement is that average line should not get split by legend.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.