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
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

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
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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