Forum Discussion
Same report with multiple views
- 8 years ago
Nope. Try this. Publish your report. Go to your report in your workspace... at the top-left-ish, you'll see "Pin Live Page." Click that, select "New Dashboard" and enter a name.
The report then shows up as a dashboard and the slicers/parameters can be adjusted.
Since the reports are two separate PBIX files, you'll need to refresh and republish both.
There's two potential options:
1. Set up a gateway in to automate data updates, cutting Power BI Desktop out of the refresh process
2. To solve your security concerns, and prevent the need for multiple reports entirely, maybe look into using Row-Level Security.
- ezequiel8 years ago
Microsoft Employee
Hi! In essence this is one PBIX file with 3 tabs. Using the security feature you mentioned is it possible to define that some users can see only the tab 1 and 2 and others the tab 3?
Thanks again!
- RMDNA8 years ago
Solution Sage
Per the name, Row-Level-Security controls visibility of certain rows of data to certain user roles. It can't affect the actual report canvas (i.e. tabs).
What type of info are you trying to keep separate?
- CoreyP8 years ago
Solution Sage
Why don't you try pinning certain visuals onto specific dashboards, and then share the specific dashboard for the specific user. Then when you update/republish the report, the corresponding dashboards will update too.