Forum Discussion
MMartin
5 years agoFrequent Visitor
Dynamically indexing using DAX
Hi! I have the next challenge ahead, but I have not been able to solve. I tell you, I want to have a dynamic index that only depends on the records shown in a table. I give you an example: I ...
- 5 years ago
MMartin , Sequence no in visual table is not supported yet
I logged an idea for that
Serial No in Visual Table
https://ideas.powerbi.com/ideas/idea/?ideaid=80612ec5-14a9-4929-a2ee-531943fa51d4As of now I can think of measure
count = countx(filter(Table,[City]<=max(Table[City])),Table[City])
amitchandak
5 years agoSuper User
MMartin , Sequence no in visual table is not supported yet
I logged an idea for that
Serial No in Visual Table
https://ideas.powerbi.com/ideas/idea/?ideaid=80612ec5-14a9-4929-a2ee-531943fa51d4
As of now I can think of measure
count = countx(filter(Table,[City]<=max(Table[City])),Table[City])