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

Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.

Reply
AllanBerces
Post Prodigy
Post Prodigy

Visual Base from Current Date

Hi Good day

Can anyone, pls need help how can can dislay in Visual Card the current %Daily Plan and %Actual Plan. 

%Daily Plan - Measure

%Actual Plan - Measure

Date - Date Table.

AllanBerces_0-1711089846596.png

 

Thank you

1 ACCEPTED SOLUTION
Uzi2019
Super User
Super User

Hi @AllanBerces 
Just take same table but write a column dax for Today() function.
Today=  if('Test1'[Date]=TODAY(),"Today",""&Test1[Date])

 

and take this column value in visual filter and select only today. 

Uzi2019_0-1711095325311.png

 

I hpe this would resolved you issue.

 

 

 

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

View solution in original post

2 REPLIES 2
Uzi2019
Super User
Super User

Hi @AllanBerces 
Just take same table but write a column dax for Today() function.
Today=  if('Test1'[Date]=TODAY(),"Today",""&Test1[Date])

 

and take this column value in visual filter and select only today. 

Uzi2019_0-1711095325311.png

 

I hpe this would resolved you issue.

 

 

 

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Hi @Uzi2019 

Thank you very much.

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

Check out the April 2025 Power BI update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.