Last week it was that time of the month again! No not that time.
I mean time for the Power BI February 2022 Feature Summary blog post by Jeroen ter Heerdt of course.
Dynamic M Query Parameters
The new thing is that dynamic M Query Parameters now supports SQL Server (and more data sources). There are several use cases that come to mind and a few people have already blogged about this:
- Teo Lachev (@tlachev) talks about calling a Stored Procedure with a parameter, and the requirements you need to meet and consider to pull this off
- Chris Webb (@cwebb_bi) has a similar approach, but uses a T-SQL Table-Valued Function with 2 parameters
- The source (SP/TVF) has to be in DirectQuery mode
- Create a parameter(s) in PQ
- In the model view, bind that parameter(s) to the column in your datamodel
- And then use the parameter(s) in your source in PQ
New mobile formatting options
And more...
- Teams notifications integration,
- Multiple owners for a single goal and
- The ability to create scorecards in My Workspace