Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.