Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
Solved! Go to Solution.
Hi @AtchayaP ,
You could directly put them into visuals and select Sum under Field pane.
Best Regards,
Jay
Hi @AtchayaP ,
You could directly put them into visuals and select Sum under Field pane.
Best Regards,
Jay
@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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 62 | |
| 51 | |
| 45 |