Hello guys,
I have created a dataset with the query mode of Power BI desktop. This dataset agregates paginated calls to my company's JIRA API. I put a lot of work on it. A LOT ! lol
In my pbix file, I have created different tabs to strat building all the visuals I need.
Let's say my pbix file that contains my dataset has 6 tabs:
- TeamLeads - Dashboard
- TeamLeads - Bugs
- Management - Dashboard
- Management - Portfolio
- POs - Dashboard
- POs - Projects tracking
I can publish my pbix to a workspace that will automatically create a dataset and a report with my 6 tabs.
The problenm I have is that those 6 tabs should actually be split into 3 reports. Each reports should be accessible to a different group: the Management of the company, my TeamLeads et the Product Owners.
But I need them to share the same dataset, otherwise I will get crazy maintaining 3 datasets that should be exactly the same.
What I need from you guys is the best practice for my situation.
One dataset => 3 reports available to 3 workspaces.
What do you think? Does it make sense?