Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
In my data set i have two date/time columns which i've subtracted and created a new column "handling time in seconds" which represents the duration in second for an employee to solve a case. In a day there will be several cases per employee (i meam rows in the same date). Also i have created another column "available time" where i've 28800 as a whole number (the available seconds per working day). I want to measure the percentage difference of total Handling Time "Sum(Handling time in Seconds)" over "total available time" = sum(available Time) .
When i try to visualise this on matrix for a month - day, if in a day there more than one case gives me wrong the sum available time because it is multiply 28800* cases.
Solved! Go to Solution.
HI @T-Pan,
It seems like a common issue when measure expression to calculate with multiple aggregations.
For this scenario, I'd like to suggest you take a look at the following blog to know how to handle it:
Measure Totals, The Final Word
Regards,
Xiaoxin Sheng
HI @T-Pan,
It seems like a common issue when measure expression to calculate with multiple aggregations.
For this scenario, I'd like to suggest you take a look at the following blog to know how to handle it:
Measure Totals, The Final Word
Regards,
Xiaoxin Sheng
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
12 | |
10 | |
6 |