Marco Russo's Blog

   View full profile
Page 18 of 717 results

Passing parameters to DAX measures

You cannot create functions in DAX, and this is a limitation to certain abstractions you might want to implement for complex models. I used a pattern that allows you to “pass an parameter” to a DAX measure, simulating the behavior of a function at least  Read more

New features in DAX Editor #dax #tabular #ssas

In the last few weeks I and Teo Lachev took the ownership of DAX Editor code. It is an add-in for Visual Studio that allows you to edit DAX measures in a text editor instead of using the Measure grid. It also provides other features (such as editing measures  Read more

Create API for Power BI Designer #powerbi

In the last months, I’ve been trying to suggest a direction for Power BI, but I start to realize that in these days Microsoft is really prioritizing features based on customer feedback. This can make things harder for a new idea to be prioritized, because  Read more