The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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