Forum Discussion

bcosta98's avatar
bcosta98
Helper I
6 years ago
Solved

How to Create a Date Parameter to Use on Dynamic Report?

Hi,   I have made an Report in which I use the now() function for many of my measures. In the middle of the making I realized it limited my view and analysis, so I would like to make a parameter in...
  • Greg_Deckler's avatar
    Greg_Deckler
    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.