Forum Discussion
Data Modelling for multiple reports on a single page.
Hello Community,
I am creating a Project Status - Weekly Dashboard for executives to get a high level overview of the project status as the first screenshot.
There is an Excel Spreadsheet that I have put up on SharePoint Online Site for the Zonal Managers to update the spreadsheet on a weekly basis and have timed the Power BI Report Dataset to refresh automatically at a certain time every Monday at 6:00AM.
The spreadsheet with data looks like the second screenshot.
This is fairly a simple spreadsheet with 12 tabs for each report with additional 12 tabs for notes that go right below the respective reports.
The data model is looking like the third screenshot.
However, I am pretty sure there must be a better way of modelling this.
Can anyone please suggest a better data model so I can enhance my data model to suit the above requirements? I could not imagine of a Star Schema since this is more of a budgeting model, or am I not right?
I feel like something is missing.
Your help is greatly appreciated.
Kind regards,
Bhoga
Project Status ReportsProject Status Excel SpreadsheetProject Status Data Model
- Anonymous6 years ago
You can achieve the same result with a dashboard.
Create a report with ONE visual and the filter.
Then1. Filter by area 1
2. the visual will be updated3. Pin the visual to a dashboard
4. Repeat steps 1-3 for all 12 areas
Now you will have one dashboard with all of your visuals. As dashboard keeps the filters, all those visuals will be prefiltered with your values. Now rename them (as they will be named the same) and place them in your preferred order.
You can actually name them correctly using Conditional Formatting in visual name and avoid the last step.
6 Replies
- AnonymousNot applicable
All fact tables looks like the same. Aren't them 12 EXACTLY identical tables (in terms of structure)? Then UNION them and add a key column that divide them by zone.
- AnonymousNot applicable
AnonymousHi, you are absolutely right. Thanks for the advice. I'll do that today and let you know how I go. On the other note, is there anything I could do w.r.t the 12 + 12 (so many) tabs in the spreadsheet! I was wondering if I could make my end users's life easier by amalgamating so many tabs with same columns but different data coming in from various zones.
Thanks in advance.
Anonymous wrote:All fact tables looks like the same. Aren't them 12 EXACTLY identical tables (in terms of structure)? Then UNION them and add a key column that divide them by zone.
Kind regards,
Bhoga
- AnonymousNot applicableDo they actually need to see ALL of those 12 graphs all the time, together? Can't they have 1 graph and a filter to show the zone? As they're all showing the same data for the same period, can't you have a Last Period over Zone graph? So they can go in detail in a zone or see all the zones compared across the same perido.