Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi there!
I would like to create a visual of the average process time of multiple issues of an organisation. In the screenshot you can see the fields were available.
So, when the Status column show 'Resolved' a new custom column must show the process time of field 'Created' to 'LastModified'. Next i would like a visual (think the Q&A visual) where i can select the 'OwnerCompany' en PowerBI shows me de average process time of all issues of the organisation with the Status 'Resolved'.
Have you ideas?
Solved! Go to Solution.
Ok. I guess I need to see the file to help you better.
Nonetheless, the custom column that you created earlier, you can still use it and display the Average using a QnA visual or by right clicking on your column name under the Values section of your visual and selecting "Average" from there.
Thanks,
Dheeraj
Hi @mdejong ,
Use two slicers on your report. One for "Status" and another for "OwnerCompany". Next, create a measure as:
Average Process Time = Calculate(sum('TableName'[LastModified]) - sum('TableName'[Created]))
You can add a custome column the same way as of measure.
Thanks,
Dheeraj
If this post helps, then please consider Accept it as the solution and give thumbs up to help the other members find it more quickly.
Thank you @dkaushik! What do you mean with 'TableName' in the calculate rule?
Currently i use a custom column 'diff = 1.0 * ([LastModified] - [Created])', then the Q&A visual with 'average diff'. When clicking on the slicer the results are visualized.
Ahh. The actual name of your table which contains the said fields.
Allright @dkaushik, my TableName = 'Issues (19-00795 - Nb 46 appartementen De Horn Fase 3)'. So i used:
Ok. I guess I need to see the file to help you better.
Nonetheless, the custom column that you created earlier, you can still use it and display the Average using a QnA visual or by right clicking on your column name under the Values section of your visual and selecting "Average" from there.
Thanks,
Dheeraj
Check out the April 2026 Power BI update to learn about new features.
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.
| User | Count |
|---|---|
| 41 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 59 | |
| 31 | |
| 26 | |
| 25 |