I turn a spreadsheet or database into a report someone can actually read and act on.
Most dashboards answer one question and then need an analyst for the follow-up. I build for the follow-up: drillthrough pages that filter to whatever was clicked, custom report-page tooltips that show a miniature report on hover, and field parameters so the viewer can switch the metric without leaving the page.
Underneath, a proper star schema with a marked date table, so month-over-month and year-to-date resolve correctly rather than approximately. Formatting comes from a theme file rather than per-visual settings, so every page stays consistent.
What you get: cleaned and modelled source data, a multi-page report, DAX measures kept in a dedicated table, a custom theme, and the .pbix file so it's yours to extend.
Cleaning the source data first is usually most of the job — I'd rather price that in honestly than discover it in week two.
I turn a spreadsheet or database into a report someone can actually read and act on.
Most dashboards answer one question and then need an analyst for the follow-up. I build for the follow-up: drillthrough pages that filter to whatever was clicked, custom report-page tooltips that show a miniature report on hover, and field parameters so the viewer can switch the metric without leaving the page.
Underneath, a proper star schema with a marked date table, so month-over-month and year-to-date resolve correctly rather than approximately. Formatting comes from a theme file rather than per-visual settings, so every page stays consistent.
What you get: cleaned and modelled source data, a multi-page report, DAX measures kept in a dedicated table, a custom theme, and the .pbix file so it's yours to extend.
Cleaning the source data first is usually most of the job — I'd rather price that in honestly than discover it in week two.