Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
alex20p
Frequent Visitor

Creating thin reports

I have a dashboard that has 6 pages tied to it and have it published in an app. I wanted to limit the page view but realized that i can only change the view on the whole dashboard. I saw something called a thin report where you basically break up the dashboard and in my case create 6 thin reports and have them connect directly to the data model.

 

How do you handle when there needs to be edits in a thin report such as measures? Do you make edits directly on the thin report? or do you do something else?

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

 

 I wanted to limit the page view but realized that i can only change the view on the whole dashboard.

Repeat after me: Page Level Security Does Not Exist.

 

These reports all access the same "golden"  semantic model.  Make your logic changes there.

View solution in original post

3 REPLIES 3
andrewsommer
Super User
Super User

I would strongly agree with lbendlin that you want to always try to make your modeling changes in your gold semantic model.

 

If you start the habit of writing DAX in your thin reports, you will create a maintenance headache for yourself and you will lose the single source of truth value a semantic model can provide when used appropriately. 

 

In addition to the modeling advantages it also comes with some security advantages as you have realized.  Would encourage you to ensure you are using audiences and entra security groups to manage security as well. 

 

 

Please mark this post as solution if it helps you. Appreciate Kudos.

 

danextian
Super User
Super User

How do you handle when there needs to be edits in a thin report such as measures? Do you make edits directly on the thin report? or do you do something else?

This depends on where the measure is created. If it is created in the model, then edit in the model. Otherwise, the edit will have to be done in that specific thin report.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
lbendlin
Super User
Super User

 

 I wanted to limit the page view but realized that i can only change the view on the whole dashboard.

Repeat after me: Page Level Security Does Not Exist.

 

These reports all access the same "golden"  semantic model.  Make your logic changes there.

Helpful resources

Announcements
Top Kudoed Authors