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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Whitewater100
Solution Sage
Solution Sage

Measure for Index Starting at One Based on Slicer Selection

Hello PBI Community: 

I am looking for assistance to evelope a measure that would have an index column in a table visual, always start with one, based on a slicer selection. I have provided a sample file and desired results. Thank in advance for any input on this measure. 

Please see attached. Thank you!https://drive.google.com/file/d/1nqTERC3Hdhng7vxtvlhXgmCdJT40rSFU/view?usp=share_link 

1 ACCEPTED SOLUTION

Hi ThxAlot: That worked fantastic on my example. Thank you very much. I'll accept as the solution. 
What is strange is when I apply the measure to my real data it counts the total number of ID's. Maybe I can try reproducing a table similiar to what I have. But you solved what was asked. Thank you!

View solution in original post

2 REPLIES 2
ThxAlot
Super User
Super User

Idx = 
CALCULATE(
    DISTINCTCOUNT( 'Table'[ID] ),
    'Table'[index] <= MAX( 'Table'[Index] ),
    ALLSELECTED()
)

ThxAlot_0-1682801709106.png



Expertise = List.Accumulate(


        {Days as from Today},


        {Skills and Knowledge},


        (Current, Everyday) => Current & Day.LearnAndPractise(Everyday)


)



Hi ThxAlot: That worked fantastic on my example. Thank you very much. I'll accept as the solution. 
What is strange is when I apply the measure to my real data it counts the total number of ID's. Maybe I can try reproducing a table similiar to what I have. But you solved what was asked. Thank you!

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.