Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply

Display two values for each date on stacked column chart

Hi all, 
I need to dispaly two values for each date on stacked column  chart, somthing like this:
CaptureBI.PNG


 



2 ACCEPTED SOLUTIONS

If your table looks like this

2019_07_31_16_19_32_Untitled_Power_Query_Editor.png

 

I don't know why it didn't work on your side

2019_07_31_16_19_54_Untitled_Power_BI_Desktop.png

 

Since I cannot reporduce your issue, I hope someone can help you.

Have a nice day!

View solution in original post

saykasku
Resolver I
Resolver I

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. 😉

View solution in original post

7 REPLIES 7
v-piga-msft
Resident Rockstar
Resident Rockstar

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

 

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
saykasku
Resolver I
Resolver I

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. 😉

mussaenda
Super User
Super User

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

2019_07_31_16_19_32_Untitled_Power_Query_Editor.png

 

I don't know why it didn't work on your side

2019_07_31_16_19_54_Untitled_Power_BI_Desktop.png

 

Since I cannot reporduce your issue, I hope someone can help you.

Have a nice day!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors