Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hi everyone,
I am struggling with a small problem which already took me hours so I am coming to you guys for some help.
Context :
I am working on a power BI report, sourced to a Analysis service (SASS TABULAR) in import mode with a DAX Code (not in directquery).
In my DAX code, one of my filter in a Date
Filter(Keepfilters(Values(Table[Date])),AND(Table[Date]>=DATE(2024,1,1),Table[Date]<TODAY()))
I want to replace the date from with a parameter from power query. The problem is that I struggle to refer the parameter in the DAX code...
Is it possible ?
Thanks a lot for your help,
Y.
I succeded to add a parameter in my dax code:
What I did is create my parameter in Power Query, reference a new parameter (related to my Power Query Parameter) in the advance editor, and use the new parameter in my filter.
Now, when i change the parameter in Power Query, it update my Dax code.
yes, but it will only do that upon semantic model refresh, not based on user interaction with the report.
Dynamic Query parameters only work with Direct Query data sources. Your import mode data source is an immutable snapshot that doesn't care if you change parameters.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 13 | |
| 11 | |
| 11 | |
| 8 | |
| 6 |