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
Intheknow109
New Member

Combining Multiple Sum 'Value Sets' into One Column

I'm new to Power BI and I need to combine these two columns to show in a graph together. Your help would be greatly appreciated!

 

Intheknow109_0-1748619750137.png

 

1 ACCEPTED SOLUTION
v-agajavelly
Community Support
Community Support

Hi @Intheknow109,

We would like to follow up to see if the solution provided by the super user resolved your issue. Please let us know if you need any further assistance.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.
Regards,
Akhil.

View solution in original post

4 REPLIES 4
speedramps
Super User
Super User

@Intheknow109 

Please can you you accept my solution.

 

 

You have accepted @v-agajavelly  as a solution,

which is unfair because they have not solved the problem. 

I did !

 

The "v-" accounts are annoying because they keep doing this.   

 

Thank you

 

 

 

pankajnamekar25
Super User
Super User

Hello @Intheknow109 

try this

In Power Query Editor

Select the C and D columns.

Go to the Transform tab.

Click Unpivot Columns.

 

 

 

Thanks,
 Pankaj Namekar | LinkedIn

If this solution helps, please accept it and give a kudos (Like), it would be greatly appreciated.

v-agajavelly
Community Support
Community Support

Hi @Intheknow109,

We would like to follow up to see if the solution provided by the super user resolved your issue. Please let us know if you need any further assistance.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.
Regards,
Akhil.

speedramps
Super User
Super User

If you are new to Power BI then learn about "data types".

For example text, whole numbers, decimals, dates and times.

A hour data time can only contain a maximum of 24

a minute data type can only contan a maximum on 60 

So do not use hour and minute data types for problem.

Create a whole number data type called "Minutes" that = (HH * 60) + MM

 

Then use "minutes" to draw your graph/

 

Please clcik the thumbs up and [accept solution button]. 

 Thank you !

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