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
Krishnanidar
New Member

Latest modified record basis slicer selection

Hi Team,

 

Kindly help on below scenerio

 

Basis on the date selection in slicer  ,we need to show contents in the matrix that are fall within that range and along with latest among those entries ,if we have multiple rows.

 

Selected date in the slicer  31-May-23

In the table, we have following rows

 

ID - Modified date - Price

A - 15-May-23 - 10

B- 10-May-23 - 20

C-01-Jun-23 - 30

 

Rows falls under 31-May-23 are

 

A - 15-May-23 - 10

B- 10-May-23 - 20

 

Among this , latest date price needed, i.e

 

Final  result should be

A - 15-May-23 - 10

How can we achieve this ?

 

Pls help

1 ACCEPTED SOLUTION
v-zhangti
Community Support
Community Support

Hi, @Krishnanidar 

 

You can try the following methods.

Measure = 
Var _maxdate=CALCULATE(MAX('Table'[Modified date]),FILTER(ALL('Table'),[Modified date]>=MIN('Date'[Date])&&[Modified date]<=MAX('Date'[Date])))
Return
IF(SELECTEDVALUE('Table'[Modified date])=_maxdate,1,0)

vzhangti_0-1686294175972.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-zhangti
Community Support
Community Support

Hi, @Krishnanidar 

 

You can try the following methods.

Measure = 
Var _maxdate=CALCULATE(MAX('Table'[Modified date]),FILTER(ALL('Table'),[Modified date]>=MIN('Date'[Date])&&[Modified date]<=MAX('Date'[Date])))
Return
IF(SELECTEDVALUE('Table'[Modified date])=_maxdate,1,0)

vzhangti_0-1686294175972.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.