Forum Discussion
viswaaa
8 months agoHelper IV
Feature Usage and Adoption symantic model report
Hi All, I need to created a report with Feature Usage and Adoption symantic model where I need to show workspaces and reports in my org and it should be dynamic. I connected with Adoption symant...
- 8 months ago
The step by step guide is present here : https://github.com/GT-Analytics/fuam-basic/wiki/Lifecycle:-Initial-Deployment-via-Notebook
HarishKM
8 months agoSuper User
viswaaa Hey
I will refer below suggestion for this requirement.
- Root cause: Consumers need rights on the upstream Adoption/Feature Usage semantic model—Build for composite (DirectQuery for PBI datasets), at least Read for live/thin; both source and report must be on Premium/Fabric or users need Pro/PPU.
- Quick fix: Host the adoption dataset on your Fabric capacity and grant appropriate access (Read for thin, Build for composite) via the app; ensure the source isn’t on shared capacity if users are Free.
- Other option 1: Deploy the Fabric Admin Monitoring solution in a Premium/Fabric workspace to get ready-made activity/adoption data and reports under your capacity.
- Other option 2: Use Admin APIs—GetActivityEvents + Scanner APIs—with a service principal; land data to Lakehouse/SQL, model a star schema (FactActivity + dimensions), and publish a dataset/report on Fabric.
- Other option 3: Alternative ingest: Use Dataflows Gen2/Power Query to pull API data into your own dataset; map activities to “features” and build measures (active users, feature usage, adoption) for dynamic reporting.
Thanks
Haish K
If I resolve your issue. Kindly give kudos to this post and accept it as a solution so other can refer this.