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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Dynamic row numbering in Table visual based on filtered value

Hi,

 

I wanted to have serial number to be created dynamically in the PowerBI dashard for the Table visual. There are 3 Filtered defined :

 

1. District

2. Block

3. Mobile users

 

The Report ->Table get the data from 2 diffirent Data ->Tables based on the values selected through in the above defined filters (Report-> Slicer).

It is working perfectally fine. However, we may also need to have a serial number for each of the displaying records:

 

gurudayalsahu_0-1622630216834.png

 

Data Tables are linked through users_id :

Table#1 : pbi_dentified_locations : district, block and Subcenter

Table#2 : pbi_dentified_and_followup : All values being referred except the above 3 values.

 

I tried it by applying the below measures, where i got an index column created in Table#2.

 

 
CALCULATE (
COUNTROWS(pbi_identified_and_followup),
FILTER ( ALLSELECTED ( pbi_identified_and_followup ), pbi_identified_and_followup[Index] <= MAX (pbi_identified_and_followup[Index]) ) )

But getting error as "Visual has exceeded the available resources".

 

I also would like to share that, the number of records are  high (10000+) in the above tables and it keeps increasing in the coming days.

 

Please guide me on this.

 

Thanks in advance.

Gurudayal Sahu

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Thanks,  Lucien !

I am able to get the Dynamic row number counting now, but it is taking long time after changing any the filter value (defined through the slicer).

In case, we have any better option/approach then please share it.

 

Thanks and regards,

Gurudayal Sahu

 

 

 

 

 

View solution in original post

3 REPLIES 3
v-luwang-msft
Community Support
Community Support

Hi @Anonymous ,

Could you pls share your pbix file? Remember to remove confident data.

 

Best Regards

Lucien

Anonymous
Not applicable

Thanks,  Lucien !

I am able to get the Dynamic row number counting now, but it is taking long time after changing any the filter value (defined through the slicer).

In case, we have any better option/approach then please share it.

 

Thanks and regards,

Gurudayal Sahu

 

 

 

 

 

Anonymous
Not applicable

Please provide the solution.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors