Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
I want to filter my INFO table as startdate <= selecteddate from slicer <= enddate.
Thanks for helping in advance!!
Solved! Go to Solution.
Hi @romika ,
You can bind each field to a parameter then you can repeat these steps if you have other fields to bind to other parameters.
And please ensure the connection type is"direct query".
For more details, you can learn more about the document.
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-dynamic-m-query-parameters
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @romika ,
You can bind each field to a parameter then you can repeat these steps if you have other fields to bind to other parameters.
And please ensure the connection type is"direct query".
For more details, you can learn more about the document.
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-dynamic-m-query-parameters
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@romika
When you create a table, you cannot access the slicer selection values as the model gets finalized prior to your report layer where the slicer exists.
If you are creating a virtual table within a measure, you can access the slicer value using SELECTEDVALUE function.
If you want to achieve dynamic filtering of your data when you pull it from the server then Dynamic M Query Parameter which a new feature would help you:
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-dynamic-m-query-parameters
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Fowmy
Thanks for the suggestion.
I tried to follow the above documentation and as there is limitation "A single parameter cannot be bound to multiple fields nor vice-versa" . In my case I want to bind same parameter to two columns (startdate and enddate).
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
75 | |
56 | |
38 | |
34 |
User | Count |
---|---|
99 | |
56 | |
51 | |
44 | |
40 |