Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
https://radacad.com/pivot-and-unpivot-with-power-bi
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
108 | |
98 | |
39 | |
34 |
User | Count |
---|---|
151 | |
122 | |
76 | |
74 | |
50 |