This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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.
Can anyone help?
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
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
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 |