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

The Fabric Community site will be in read-only mode on Monday, Feb 24 from 12:01 AM to 8 AM PST for scheduled upgrades.

Reply
hb0135
Helper III
Helper III

How to get the current date wise Target dynamically change daily.

Hello,
I have datewise plan(Target) in excel shown as below , i want change that plan dynamically in power bi card without doing that manually everyday by going filters option and same with actual Qty to be change dynamically

hb0135_0-1707105054988.png

Please give solution for above need help,
Regards & Thanks,
Hb0135

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@hb0135 , one is you can use relative date slicer on the page.

 

Make sure all your tables are joined with the date table and the Date table is used in the slicer

 

Second if you filter date in slicer, if should simply filter value based on selection

sum(Table[Value])

Above measure should respond to slicer

 

Or create a measure based on today

 

Today = CALCULATE(sum(Table[Value]) , FILTER('Date','Date'[Date] = Today() ) )

 

or

 

Today = CALCULATE(sum(Table[Value]) , FILTER(all('Date'),'Date'[Date] = Today() ) )

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@hb0135 , one is you can use relative date slicer on the page.

 

Make sure all your tables are joined with the date table and the Date table is used in the slicer

 

Second if you filter date in slicer, if should simply filter value based on selection

sum(Table[Value])

Above measure should respond to slicer

 

Or create a measure based on today

 

Today = CALCULATE(sum(Table[Value]) , FILTER('Date','Date'[Date] = Today() ) )

 

or

 

Today = CALCULATE(sum(Table[Value]) , FILTER(all('Date'),'Date'[Date] = Today() ) )

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hello,
Thanks for help it work
BR,
HB0135

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!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Feb2025 NL Carousel

Fabric Community Update - February 2025

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