Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
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.
@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?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
50 | |
38 | |
38 |
User | Count |
---|---|
195 | |
80 | |
70 | |
51 | |
42 |