Forum Discussion
How to Create a Date Parameter to Use on Dynamic Report?
- 6 years ago
bcosta98 - People usually use a slicer for that. It can even be a disconnected slicer table. You then just use SELECTEDVALUE or MAX to grab the value in the slicer. You could create a measure and edit the measure. You could hard code it into your formula. I don't have your PBIX file or any kind of vision in my head of what you are dealing with so it's hard to say exactly. Screen shots. Screen shots are good. Sample data. That's pretty good too. More details in general. Details are great.
Check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882
Also, please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.
Like replacing NOW() with DATE()?
Greg_Deckler But how can I change the date on the report?
- Greg_Deckler6 years agoCommunity Champion
bcosta98 - People usually use a slicer for that. It can even be a disconnected slicer table. You then just use SELECTEDVALUE or MAX to grab the value in the slicer. You could create a measure and edit the measure. You could hard code it into your formula. I don't have your PBIX file or any kind of vision in my head of what you are dealing with so it's hard to say exactly. Screen shots. Screen shots are good. Sample data. That's pretty good too. More details in general. Details are great.
Check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882
Also, please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.