Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi, I really need help with this one.
I have a table that has multiple User ID lines and Duration values related to them.
I need to put in new table distinct User_ID values and add up all the duration values.
Source table looks like this:
I need to make it look like this:
Solved! Go to Solution.
You can do it by 2 method
1- In Power Query ---> Use Group by
2- In DAX ---> Summarize
https://docs.microsoft.com/en-us/dax/summarize-function-dax
Proud to be a Super User!
You can do it by 2 method
1- In Power Query ---> Use Group by
2- In DAX ---> Summarize
https://docs.microsoft.com/en-us/dax/summarize-function-dax
Proud to be a Super User!
Wow, first method was the easiest solution to a problem that tortured me for 2 hours. Thank you.
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 |
---|---|
105 | |
99 | |
99 | |
38 | |
37 |
User | Count |
---|---|
156 | |
121 | |
73 | |
73 | |
63 |