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
JoaoOliveira7
New Member

Multiple x-axis variable PBI

Hi,

 

I have the following Clusterd line chart that put the total on the top of each column divided by reagion, but I want the total by year as you can see in the follwing figure.

 

JoaoOliveira7_0-1694171339986.png

 

Can anyone help?

2 REPLIES 2
v-xinruzhu-msft
Community Support
Community Support

Hi @JoaoOliveira7 

You can add two card visual above the column chart.

You can create two measures first.

2022 = CALCULATE(SUM('Table'[Value]),'Table'[Year]=2022,ALL('Table'))
2023 = CALCULATE(SUM('Table'[Value]),'Table'[Year]=2023,ALL('Table'))

Then put them to the visual card.

Output

vxinruzhumsft_0-1694396823888.png

Best Regards!

Yolo Zhu

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

 

Hi,

 

Thanks for the feedback, but i wanted the chart was dinamic, change the values between 2017-2023...

 

Regards,

João Oliveira

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.

Top Solution Authors
Top Kudoed Authors