Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Ohene
Regular 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 have a report that i have created from importing data from a db2 database. There are no date columns in my data. just product_name, balances and totals. This report data i understand will update daily when refreshed. Therefore, balances and totals will update as well on a daily bases as the database is updated with transaction.

 

What i want to Achieve

-------------------------

1.I want to be able to introduce a date filter to this report, such that, when i choose a particular date, i will get the the last updated balances and totals as at 23:59(11:59pm) that day.

 

2. I want to be able to introduce a text filter to the viewers of the report, such that, users can type in product name(not select from a list), and then the list column will be updated by the typed text.

 

Kindly assist me in the simplest of language expression for my understanding. Thank you

2 ACCEPTED SOLUTIONS
Anonymous
Not applicable

@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

View solution in original post

Anonymous
Not applicable

@Ohene,

You can add a calculate column using DAX below.

Date=NOW()

Regards,
Lydia

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

@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?

Anonymous
Not applicable

@Ohene,

You can add a calculate column using DAX below.

Date=NOW()

Regards,
Lydia

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors