Hi guys,
We are connecting Power BI Desktop to the Google Analytics online service, and are having an issue with the duration fields (e.g. Avg. Time on Page). On Google Analytics this is in the format HH:MMS, however when we pull this field back into the BI report it gives a decimalised format.
An example of this is a time of 00:00:18 is showing on the BI report as 0.00431.
We've created a DAX formula to try converting this...
Duration = MOD(MOD('Secure Website Data (2)'[Avg. Time on Page],3600),60)
...however it is coming up with the same decimalised value.
Could anyone please tell us how the 0.00431 value in Power BI relates to the time duration in GA?
Thanks in advance for your help.
Calum