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
Sparkeltje
Frequent Visitor

Need help with dax formule (lastdate?)

Could you help me to show 1 result in visual CARD:

All I want to see is the latest period from the filters FK-DB and TEXT1  (For example: from the table below I would like to see  6.)

 

Table

FK_DBDescriptionPeriodDate
OHText 1430-04-2020
OHText 1630-06-2020
OHText 2424-04-2020
OHText 2730-06-2020

 

 

1 ACCEPTED SOLUTION
camargos88
Community Champion
Community Champion

Hi @Sparkeltje ,

 

If you have more values for the columns FK-DB and Description, you may need to use a filter in this measure, like:

 

CALCULATE(MAX(TABLE[PERIOD]), FILTER(ALL(TABLE), TABLES[FK-DB] = "OH" && Description = "Text 1"))



Did I answer your question? Mark my post as a solution!

Proud to be a Super User!



View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@Sparkeltje , Try like

lastnonblankvalue(Table[Date],max(Table([Period])))

 

refer

https://www.linkedin.com/pulse/five-recent-power-bi-functions-you-should-use-more-often-amit-chandak

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here
camargos88
Community Champion
Community Champion

Hi @Sparkeltje ,

 

If you have more values for the columns FK-DB and Description, you may need to use a filter in this measure, like:

 

CALCULATE(MAX(TABLE[PERIOD]), FILTER(ALL(TABLE), TABLES[FK-DB] = "OH" && Description = "Text 1"))



Did I answer your question? Mark my post as a solution!

Proud to be a Super User!



AntrikshSharma
Super User
Super User

Measure =
CALCULATE ( MAX ( Spark[Period] ), ALLSELECTED ( Spark ) )

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!

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.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.