March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi Team,
Is it posssible to merge two stacked column charts/Clustered column chart into single chart. Please find the below images.
Are there any custom visuals to achieve this.
Input:
Output:
Thanks- Masthanaiah
Solved! Go to Solution.
Hi @Masthan ,
I created some data:
If two Visual fields are the same data, you can create a measure to get the corresponding value.
Table1:
Table2:
Here are the steps you can follow
1. Create measure.
Measure =
SUMX(
FILTER(ALL('Table'),
'Table'[Group]=MAX('Table2'[Group])),[Value2])
2. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Masthan ,
I created some data:
If two Visual fields are the same data, you can create a measure to get the corresponding value.
Table1:
Table2:
Here are the steps you can follow
1. Create measure.
Measure =
SUMX(
FILTER(ALL('Table'),
'Table'[Group]=MAX('Table2'[Group])),[Value2])
2. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
I'll need to see the dataset to help further investiagte and solve the problem.
You can upload you file in Google Drive or other cloud platform and share the link here and I'll be able to download.
Proud to be a Super User! | |
You will need to make sure that the data belongs to the same category on X-Axis. Can you share sample pbix file?
Proud to be a Super User! | |
I should not share the file here. So I was not able to do that.
can you please help me with possible examples.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |