Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
Can someone guide me, How can we create a dynamic parameters in PowerBi through Direct Query mode with Date parameter
and date parameter should be in datetime format
When we are trying to create an dynamic parameter and when we binding with the parameter in data modelling page, it's not getting accurate result and can't interact properly
@Microsoft Can you help me on the above query
Hi @SeshadriP
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.
Hi @SeshadriP
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
Hi @SeshadriP
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
I assume you have already nabled dynamic M query parameters?
let
Source = Sql.Database("YourServer", "YourDatabase"),
FilteredData = Table.SelectRows(Source, each [DateColumn] >= DateTime.From(#"YourParameter"))
in
FilteredData
Please mark this post as solution if it helps you. Appreciate Kudos.
User | Count |
---|---|
97 | |
73 | |
69 | |
43 | |
23 |