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 nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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 |
|---|---|
| 23 | |
| 19 | |
| 17 | |
| 17 | |
| 12 |
| User | Count |
|---|---|
| 60 | |
| 55 | |
| 47 | |
| 42 | |
| 37 |