Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi everyone,
I am trying to get an Average of one Column with the following formtat: (hh:nn:ss)
When using the SUM calculation, it gives me the right number , however, when I change the calculation to AVERAGE, it changes the result format automatically.
My question here is, what can I do to get the AVERAGE of my column with the same format (hh:nn:ss)?
Solved! Go to Solution.
Hi @svelazquez ,
You can create another measure that does the formatting. Example:
MyMeasure =
FORMAT ( [average measure], "hh:mm:ss" )
The above measure returns a text string.
Hi @svelazquez ,
You can create another measure that does the formatting. Example:
MyMeasure =
FORMAT ( [average measure], "hh:mm:ss" )
The above measure returns a text string.
| User | Count |
|---|---|
| 22 | |
| 20 | |
| 19 | |
| 19 | |
| 11 |
| User | Count |
|---|---|
| 63 | |
| 53 | |
| 46 | |
| 44 | |
| 31 |