The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
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.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
112 | |
79 | |
78 | |
44 | |
38 |
User | Count |
---|---|
157 | |
113 | |
64 | |
60 | |
55 |