Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Mo2504
New Member

Visual showing average time

Hello all,

 

I am trying to show by month what the average time a client is seen.. 

my data has the following columns, Attendance ID (Unique), Name, Attend_DateTime,Attend_MonthYear,Seen_DateTime

what i want to display is something like this:

Mo2504_0-1688380674128.png

Im New to power Bi so will need a step by step guide please.. everything i have searched for makes no sense

 

thanks in advance

 

1 REPLY 1
lucadelicio
Super User
Super User

Hi Mo,

please upload on wetransfer.com the excel data and i'll will happy to help you and explain all the passage.
Another question: the average that you are looking for is the difference between seen - attend?
If is this is not very difficult.
- Create a calculated column that is the difference with datediff (seen, attend, second) https://learn.microsoft.com/en-us/dax/datediff-function-dax
- the put on the visual the calculated column and on the field you put in the visual select the arrow and show the AVERAGE.
Alternative create a MEASURE that is
MAESURE = AVERAGE(CalculatedColumn)
and put the Measure into the visual.


I hope I have been helpful.
Mark it as a solution if resolve your problem.

Ciao!



Luca D'Elicio

LinkedIn Profile

Helpful resources

Announcements
FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors