Forum Discussion
Ohene
8 years agoRegular Visitor
SIMPLE VALUE DATED REPORTS
Hello everyone im new with power BI and i want to ask two very simple report questions and i will be very happy if the responses are kept in very simple language that a newbie will understand. I ...
- 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
8 years agoRegular Visitor
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?
Anonymous
8 years agoNot applicable
Ohene,
You can add a calculate column using DAX below.
Date=NOW()
Regards,
Lydia