Forum Discussion
dokat
Post Prodigy
3 years agoCreating index column to count rows
Hi I have a .pbix file from direct query data feeds from axure server. I created a report using four tables that are linked in the back end. The name of the tables are Activity Status, Group, F...
AbhinavJoshi
Responsive Resident
3 years agoThe report is based on one table or combined of two or more tables?
dokat
Post Prodigy
3 years agoAbhinavJoshi Its combined of 4 tables.
- AbhinavJoshi3 years ago
Responsive Resident
In that case, if you have any fact tables create and index on that, or simply add a card on the Visualization that shows the count of your ID.
- dokat3 years ago
Post Prodigy
AbhinavJoshi I am still getting the same error message
EARLIER/EARLIEST refers to an earlier row context which doesn't exist.
"- AbhinavJoshi3 years ago
Responsive Resident
Hi, try this if earlier doesn't work for you
Index =COUNTROWS(FILTER(ALL('TableName'),'TableName'[UniqueKey] <= MAX('TableName'[UniqueKey])))