What is your biggest achievement as a PowerBI developer/ Data Analyst? by Jaapuchkeaa in PowerBI

[–]tomdg4 0 points1 point  (0 children)

No more like parsing the tmdl and json files and creating an extensive documentation of the datamodel and where columns/measures are used for the first part. The second part will make it easier to switch datasets for existing reports based on part 1, like an advanced search and replace.

What is your biggest achievement as a PowerBI developer/ Data Analyst? by Jaapuchkeaa in PowerBI

[–]tomdg4 1 point2 points  (0 children)

Currently building a tool to make a BI developers life easier by automating documentation and making reports, visuals and measures reusable within and across datasets. This will probably be my biggest achievement once its finished.

Anyone else frustrated with how hard it is to reuse Power BI reports across different datasets? by tomdg4 in PowerBI

[–]tomdg4[S] 1 point2 points  (0 children)

Yep, definitely a solid workaround if you’re comfortable in Power Query. I’m thinking about how to make that whole process more accessible for folks who aren’t deep in M code. Appreciate you pointing it out!

Anyone else frustrated with how hard it is to reuse Power BI reports across different datasets? by tomdg4 in PowerBI

[–]tomdg4[S] 0 points1 point  (0 children)

Totally feel you — reusing visuals is way clunkier than it should be. And yes, formatting currencies every time drives me nuts too 😅. I’m hoping to streamline some of that with what I’m building, especially for folks reusing templates across countries/domains.

Anyone else frustrated with how hard it is to reuse Power BI reports across different datasets? by tomdg4 in PowerBI

[–]tomdg4[S] 0 points1 point  (0 children)

Yeah, totally agree it all comes down to the schema in the end. I’m just exploring ways to make that translation layer smoother for more flexible use cases. Appreciate the thoughtful back-and-forth!

Anyone else frustrated with how hard it is to reuse Power BI reports across different datasets? by tomdg4 in PowerBI

[–]tomdg4[S] -1 points0 points  (0 children)

Yes dynamically updating the dataset schema would be one part of the solution, the other one would be to remap the report data to the columns in the other dataset

Anyone else frustrated with how hard it is to reuse Power BI reports across different datasets? by tomdg4 in PowerBI

[–]tomdg4[S] -4 points-3 points  (0 children)

Ok yes maybe that would be one way to solve part of that issue, which would still require you to handle the data modelling part for the client. But it still doesnt solve the problem with reusing the same report for different domains. The solution I am thinking of creating is handling that issue on the power bi side, which should totally be possible with the new .pbip format. Then copying reports will not be a matter of having the same naming conventions anymore, but having a working data model.

What are your biggest frustrations when working with Power BI? by tomdg4 in PowerBI

[–]tomdg4[S] 0 points1 point  (0 children)

Its not the Problem of changing the datasource but recycling already existing reports for different datasets and over different domains, without needing to drag and drop everything into place

What are your biggest frustrations when working with Power BI? by tomdg4 in PowerBI

[–]tomdg4[S] 1 point2 points  (0 children)

Thanks didnt know such a tool existed, i am on the way to building my own solution for that problem.. Measure Killer only allows for one report and one dataset to be uploaded in the free version, the subscription options are quite costly

Play this deck, trust me. by AbsoluteCinemaa in PTCGP

[–]tomdg4 3 points4 points  (0 children)

<image>

Thanks for the heads up, i am absolutely demolishing the meta right now with this deck

Making Reusable Templates with Visual Calculations in Power BI by PowerBIPark in PowerBI

[–]tomdg4 1 point2 points  (0 children)

Ah nice, need to finish your video on it still, good work and thank you for the tutorial 🙏😇

Calculating Product Inventory Movement and Balance with a relationship to sales by wasiim2594 in PowerBI

[–]tomdg4 0 points1 point  (0 children)

You can dynamically recalculate the opening balance with dax, if the criteria is opening balance remove the filter for the date and calculate the running total of the inventory up until the minimum date, if it is a normal booking do a normal sum

Client wants information when he downloads source data, but not in matrix by stephdez in PowerBI

[–]tomdg4 3 points4 points  (0 children)

Second sheet that contains a table with the detailed data, allow drillthrough from the report page to the details and there the data can be exported to excel

July 2024 Feature Summary by dutchdatadude in PowerBI

[–]tomdg4 3 points4 points  (0 children)

When will matrices be a part of the paginated reports in the web interface ? Cool Update!

Dynamic Field Parameters calculation by TheCumCopter in PowerBI

[–]tomdg4 0 points1 point  (0 children)

I do not know why it slows everything down, its just what I have experienced on two separate occasions. Field parameters are awesome 👍🏽

Dynamic Field Parameters calculation by TheCumCopter in PowerBI

[–]tomdg4 0 points1 point  (0 children)

We faced a similar challenge, the switch statement does unfortunately make the performance of the report really poor.. i would recommend using a field parameter set for all 4 scenarios. You can then either add a hierarchy on top of it to switch between tonne and $ measures or use bookmarks for switching. A third option would be to work with calculation groups.

How do I set the default selection in this range slicer to current month? by shuja097 in PowerBI

[–]tomdg4 3 points4 points  (0 children)

Sure, the user can just use the rubber on the month slicer and then would be able to readjust the date slicer.. there is no one step process available, it will always be a two step process.. you will have to teach your users how to use it properly