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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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
User | Count |
---|---|
97 | |
73 | |
69 | |
43 | |
23 |