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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Shanvitha_V
Frequent Visitor

Based on Slicer selection Rank(squency)

Hi Export,
I have date Range slicer and Month_year,Value columns there in table 
I need table format should be like S.No,Month_year,Value in table

S.No i need create new column/Measure
S.No should be start 1
example: if I am selected date range is 01-10-2022 to 15-10-2022 its availble 100 records the S.No should be 1 to 100
if 15-10-2022 to 31-10-2022 then avalbel records 10 should be S.No 1 to 10


Thanks

Shanvitha

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Shanvitha_V , Assume date is used in visual

 

calculate(distinctcount(Table[Date]) , filter(allselected(Table), Table[Date] <= max(table[Date])) )

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Shanvitha_V , Assume date is used in visual

 

calculate(distinctcount(Table[Date]) , filter(allselected(Table), Table[Date] <= max(table[Date])) )

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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