Forum Discussion

Ohene's avatar
Ohene
Regular Visitor
8 years ago
Solved

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 ...
  • Anonymous's avatar
    Anonymous
    8 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

  • Anonymous's avatar
    Anonymous
    8 years ago

    Ohene,

    You can add a calculate column using DAX below.

    Date=NOW()

    Regards,
    Lydia