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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
alex20p
Advocate I
Advocate I

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
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors