Forum Discussion
custom usage metrics data relationship
- 6 years ago
Hi lgroger ,
We can connect it in Power BI Desktop and create measure with LiveConnect Mode Based on this document.
You can find the hidden UserGUID column in View Table when you create measure in Power BI Desktop.
Views has relationship with 'Users' by UserGuid Column and relationship with 'Reports' with ReportGuid Column.
The result of measure ViewsCount is as same as the sum of 'Views'[GranularViewsCount], each row in Views table contain user view how much Granular Views in which page of special report
Best regards,
Hi lgroger ,
We can connect it in Power BI Desktop and create measure with LiveConnect Mode Based on this document.
You can find the hidden UserGUID column in View Table when you create measure in Power BI Desktop.
Views has relationship with 'Users' by UserGuid Column and relationship with 'Reports' with ReportGuid Column.
The result of measure ViewsCount is as same as the sum of 'Views'[GranularViewsCount], each row in Views table contain user view how much Granular Views in which page of special report
Best regards,