March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |