Forum Discussion
SIMPLE VALUE DATED REPORTS
- Anonymous8 years ago
Ohene,
Firstly, to use Date filter to filter the visual, you would need to have date values in your table.
Secondly, you can use Text filter custom visual, which users can type in product name and filter the visual.
Regards,
Lydia - Anonymous8 years ago
Ohene,
You can add a calculate column using DAX below.
Date=NOW()
Regards,
Lydia
Ohene,
Firstly, to use Date filter to filter the visual, you would need to have date values in your table.
Secondly, you can use Text filter custom visual, which users can type in product name and filter the visual.
Regards,
Lydia
Anonymous
Thank you very much for the clarification. In this regard, can you suggest a way that a date field can be added to this automatically?
As in, is there a way to get a date column in the data as there is no date column in my original data. Is there a way to automatically add a date column each time the dataset is refreshed?
- Anonymous8 years agoNot applicable
Ohene,
You can add a calculate column using DAX below.
Date=NOW()
Regards,
Lydia