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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
AllanBerces
Post Partisan
Post Partisan

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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.