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.
bcosta98 - Just create a Calendar table using CALENDAR or CALENDARAUTO. Relate it to your data, use it in a slicer.
Greg_Deckler Actually, I started making some measures out of the now() functions because using slicers wasn't doint it for me. Therefore, I need to use an single value that I input on my measures and collumns, which I can modify.
- Greg_Deckler6 years ago
Community Champion
Like replacing NOW() with DATE()?
- bcosta986 years ago
Helper I
Greg_Deckler But how can I change the date on the report?
- Greg_Deckler6 years ago
Community 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.