Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi @Wellingtonluis ,
According to the screenshots, it seems that you want to display value of each month by Line visual and display the total value whole year by Stacked Column visual, right?
If so, please follow these steps:
1. Add a measure for total value and display it using Stacked Column chart(disable visual title and X-axis title):
total = CALCULATE(SUM('Table'[Value]),ALLEXCEPT('Table','Table'[Date].[Year]))
2. create Line chart (disable the X-axis title)
3. Group these two visuals:
Or use Waterfall chart like this:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Wellingtonluis ,
According to the screenshots, it seems that you want to display value of each month by Line visual and display the total value whole year by Stacked Column visual, right?
If so, please follow these steps:
1. Add a measure for total value and display it using Stacked Column chart(disable visual title and X-axis title):
total = CALCULATE(SUM('Table'[Value]),ALLEXCEPT('Table','Table'[Date].[Year]))
2. create Line chart (disable the X-axis title)
3. Group these two visuals:
Or use Waterfall chart like this:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Charticulator visual is great for making your own combined visuals like this. There is some learning curve, but well worth it for flexibility in no-code visualization.
(10) Charticulator: Now a Power BI Custom Visual! (with Daniel Marsh-Patrick) - YouTube
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Thanks aj1973, could you give more datais about your solution, because for me it seems like one chart.
@Wellingtonluis Would you send me a sample of your model and i will give it a try!
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
You can put 2 visuals on top of each others, one for line chart and another for Total Bar.
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
User | Count |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
49 | |
45 |