Some time ago I wrote a blogpost to retrieve all the measures from your tabular cube or from your open Power BI files. I want to make a simple addition to this blog, more specifically one that unravels a technique that can be used to automate some actions in Power BI, like the creation of measures. The trick is actually pretty simple, but for some reason I just didn’t try it before.
Watch the How To video on this topic:
With this simple PowerShell code, we’re adding nine (fixed) measures to an open Power BI file (the first table is used to store the measures, but you can also provide the name of the table between “double quotes”):
The last line saves the changes to the model behind the Power BI file, but does not show the measures straightaway. So, the trick is to refresh the Power BI data after running the script (you could also explicitly save the Power BI file). Your measures should then become visible!
This is the full code (you need to have one – and only one – open Power BI file with at least one table):
After running the script, we go from this:
To this (after a refresh on the ‘Products’ table):
Now it’s up to you to get creative. I only used fixed measures, so you could just copy and paste the script without adapting it to your model. For some (I hope many) Power BI developers, this will speed up their development process.
I still do hope a real API will see the daylight in the near future.
© 2022 Kohera
Crafted by
© 2022 Kohera
Crafted by