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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
guptash
Frequent Visitor

Display Data of Latest Date

Hi All,

 

I have a chart which has data for all dates from last 30 days. I want to show data of only latest date as the default visible data on my chart and then let user decide what data from previous days is required by giving an option of date filter.

 

Dataset is refereshed each day and value of latest day is added to it.

 

Whenever I open my report I get values of all 30 days on chart instead I want value of only latest day.

 

Hope I am able to explain my scenario.

 

Please let to me know how to achieve this task.

 

Thanks,

Shivam 

1 ACCEPTED SOLUTION

Hi Greg,

 

Thanks for the link. Apologies that the information was enough. 

 

But eventually I figured out the solution.

 

Solution:

I am using relative option in the slicer which gives me the latest date and have bookmarked that page. So now whenever I open the report, I get to see the bookmarked page having data with latest date.

 

 

-Shivam

View solution in original post

2 REPLIES 2
Greg_Deckler
Community Champion
Community Champion

So, you probably want a measure along the lines of:

 

Measure = IF(ISFILTERED([Date_Column]),[Date_Column],MAX([Date_Column])

Tough to really say without sample data, etc. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Hi Greg,

 

Thanks for the link. Apologies that the information was enough. 

 

But eventually I figured out the solution.

 

Solution:

I am using relative option in the slicer which gives me the latest date and have bookmarked that page. So now whenever I open the report, I get to see the bookmarked page having data with latest date.

 

 

-Shivam

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors