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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Learner_SG
Helper IV
Helper IV

Power BI Direct Query Drop Down Table show the latest date.

Hi,

I have a Power BI Report where I have a drop down table for my date.

Now the date shown is the last selected date and each time I need to re-select to show the latest date.

Learner_SG_0-1698805616837.png

Is it possible to get the latest date  data shown in the DIRECT query method ?

the client is requesting to see it in that manner.

I could not get a real solution from the previous queries regarding this issue.

Any help is appreciated.

Thanks.

 

2 REPLIES 2
amitchandak
Super User
Super User

@Learner_SG , As of now, Power BI does not provide an outbox option for the latest date selection.

 

You need to have a column at Source, in this dax do not work and use that in visual

 

If( [Date] = Max([Date]) , "Latest Date", [Date] & "")

 

and use that in the slicer and save it on the latest date

 

Default Date Today/ This Month / This Year: https://www.youtube.com/watch?v=hfn05preQYA

@amitchandak , thanks for the reply. But mine is a direct query model.

It's not possible to use it,right?

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

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