Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello!
Is there any way to set a parameter as a function? I want to set a parameter as today like this: DateTime.LocalNow().
As a default I want it to be today's date but I also want to be able to set the date manually if I want to see data from a certain date in my dashboards.
Thank you!
I got this working using the code below. Note that I used data type Date for my version.
Create your paramenter and then right click it on the right under your queries and select 'Advanced Editor'. You can then put in a function. In my case, I needed it as text so I used the following-
--------------------------------------
let
Source = let
Source1 = DateTime.ToText(DateTime.LocalNow())
in
Source1
meta [IsParameterQuery=true, Type="Text", IsParameterQueryRequired=true]
in
Source
But...with this the parameter is transformed into a query?
Any updates on this topic?
Hi you all M Gurus out there...
Has anyone managed to pass a DateTime.LocalNow() value as a parameter default ?
I'm trying it right now with the latest version of PBI Desktop but it seems the value is still interpreted as a String in the parameter editor.
Any clues ?
Best,
Franck
That is currently not possible. Parameters only allow values with List of Values, Any Values or other Query as the suggested values. if you have only one value that is defined using DateTime.LocalNow() then you can use that value as a suggested values using Query Option in the parameters dialog box. However, You can use the list of values as the suggested values where you have to manually select the today's date to pass the parameter's value. It is not dynamic but with the parameters in the baby stage, it would be more convenient option.
Want to revive this thread... is this still possible in the latest PowerBI version?
I'm trying to do this now as well. I think it must be possible
Trying to figure out the same issue...
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
72 | |
71 | |
38 | |
31 | |
27 |
User | Count |
---|---|
91 | |
50 | |
44 | |
40 | |
35 |