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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
AtchayaP
Helper V
Helper V

How to calculate time spent on type1 and type 2? Should I use DAX  or directly I can drag and drop

Type 1

Type 2

0.05

0.25

3.06

5.26

0.45

0.45

0.55

0.55

0.20

1.20

 

How to calculate time spent on type1 and type 2?

Should I use DAX  or directly I can drag and drop in card visual type 1 and type 2.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @AtchayaP ,

 

You could directly put them into visuals and select Sum under Field pane.

1.PNG

 

Best Regards,

Jay

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @AtchayaP ,

 

You could directly put them into visuals and select Sum under Field pane.

1.PNG

 

Best Regards,

Jay

amitchandak
Super User
Super User

@AtchayaP , You can use two measure

M Type1 = Sum(Table[Type1])

 

M Type2 = Sum(Table[Type2])

 

and use in visual

 

or you can unpivot this table and get type in rows

 

https://radacad.com/pivot-and-unpivot-with-power-bi

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors