Does anyone know how to work with a report date?
Every Other reporting package I have ever used includes the abiliy to choose a report date and then filter my data based on the report date.
With Power BI it seems there is no way to choose a report date, and then filter data based on that report date.
Is there some sort of DAX formula that would look at the slicers chosen report date and then filter based on that?
For Example, An End user chooses the date they want on the report and then records are filtered based on that date selected:
Report Date | 10/31/2016 | ||
ID | Date | Desc | |
1 | 10/1/2016 | No Data | |
2 | 10/2/2016 | No Data | |
3 | 10/3/2016 | No Data | |
4 | 10/4/2016 | No Data | |
5 | 10/5/2016 | No Data | |
6 | 10/6/2016 | No Data | |
7 | 10/7/2016 | No Data | |
8 | 10/8/2016 | No Data | |
9 | 10/9/2016 | No Data | |
10 | 10/10/2016 | No Data | |
11 | 10/11/2016 | No Data | |
12 | 10/12/2016 | No Data | |
13 | 10/13/2016 | No Data |