Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi all,
I need to dispaly two values for each date on stacked column chart, somthing like this:
Solved! Go to Solution.
If your table looks like this
I don't know why it didn't work on your side
Since I cannot reporduce your issue, I hope someone can help you.
Have a nice day!
U need to create 2 measures using this colums and use it in visual.
In your case it will be
Measure 1 = SUM(Column 1)
Measure 2 = SUM(Column 2)
And U need to use "clustered column chart" not stacked. 😉
Hi @giorgi_lommidd ,
Have you solved your problem?
If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, please share your data sample which could reproduce the scenario and your desired output so that we could help further on it.
Best Regards,
Cherry
U need to create 2 measures using this colums and use it in visual.
In your case it will be
Measure 1 = SUM(Column 1)
Measure 2 = SUM(Column 2)
And U need to use "clustered column chart" not stacked. 😉
This might be possible if you will elaborate what you really need
I have table with 5 olumn : date, cost1, cost2, revenue1 and revenue 2 need to dispalay costs (cost1 and cost2) in one stacked column and revenues (revenue1 and revenue2) in another stacked column for same date
You can drag your date to axis, drag revenues to values since your revenue 1 and 2 are in different columns. Same with your costs
Sorry, but your suggestion did not work. Thanks fro response !
If your table looks like this
I don't know why it didn't work on your side
Since I cannot reporduce your issue, I hope someone can help you.
Have a nice day!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.