Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello, I have a colume type time with hh:mm:ss format (I also tried with column type decimal number) where I have some time in hours, but on the report I want to display on a card the average of those hours in the format hh:mm:ss .
So I created a new mesure.
When I try
am I doing something wrong? or this kind of formatting is not possible?
Thanks in advance
Solved! Go to Solution.
Hello, here's a sample of the data:
| testColumn |
| 0.345052 |
| 1.26448 |
| 1.062005 |
| 1.592334 |
| 1.687068 |
| 8.605558 |
| 2.221111 |
| 133.8976 |
| 9.355112 |
| 16.42302 |
| 3.670533 |
| 0 |
| 22.25821 |
| 19.62049 |
| 4.581776 |
| 4.611682 |
| 4.606313 |
| 2.107781 |
| 0.284248 |
| 61.97771 |
| 44.53185 |
| 0.145399 |
| 0.059141 |
| 0.708148 |
| 0.720206 |
| 0.027067 |
| 0.072263 |
| 0.125726 |
| 0.435254 |
| 0.74491 |
| 1.505 |
| 5.680024 |
| 0 |
| 1.300322 |
| 48.16167 |
| 3.304485 |
| 0.435254 |
| 0.435254 |
| 0.027067 |
According to this data the average measure should be 10,48 (which is fine) but then when format in hh:mm:ss should be 10:28:48 (EXPECTED RESULT) and Im getting 11:26:26
Here are the 2 measures im using:
Is there anything else you need to know?
Thanks
Thank you! that worked.
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 63 | |
| 32 | |
| 31 | |
| 25 |