Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi - I've pulled in the Session Duration metric from Google Analytics, and converted it to a time.
I'm using a Measure to display it in a Card on a dashboard - Measure 2 = CALCULATE(AVERAGE('Time on Site'[Session Duration].[Day]) )
It worked the first time I did it - my metric of time on site matched what was in GA - but it doesn't update. I'm not sure why because when I look in the Table View, I see up to date numbers.
Any help is appreciated.
Hi,
I know it's been a while, but did you find the solution to this by any chance? I'm facing the same issue.
Thanks,
G.
@mshaivitz wrote:
Hi - I've pulled in the Session Duration metric from Google Analytics, and converted it to a time.
I'm using a Measure to display it in a Card on a dashboard - Measure 2 = CALCULATE(AVERAGE('Time on Site'[Session Duration].[Day]) )
It worked the first time I did it - my metric of time on site matched what was in GA - but it doesn't update. I'm not sure why because when I look in the Table View, I see up to date numbers.
Any help is appreciated.
What is the data type of [Session Duration], date, datetime, time? What is the measure expected to output?
Hi @Eric_Zhang - the data type for Session Duration is Date/Time with a format of HH:mm:ss. The measure/output is an average of the Session Duration column. Thanks.