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

Don'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.

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!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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