Forum Discussion
Tagging Videos For each session
- 9 years ago
Check if RANKX Function works.
Rank = RANKX ( FILTER ( Table1, Table1[Session ID] = EARLIER ( Table1[Session ID] ) ), Table1[Start Time], , ASC, SKIP ) - 9 years ago
RANKX worked, thanks.
There is one slight error, that my session id's are in alpha numeric and so the format its format is text. And when I am using your suggested formula the following error is shown:
DAX comparison operations do not support comparing values of type Text with values of type Integer. Consider using the VALUE or FORMAT function to convert one of the values.
I tried formatting it using format and value function but to no avail.
- Kumar111099 years agoHelper IV
Sorry, but I did not understand. Could you explain it again.
- Kumar111099 years agoHelper IV
And my session id's are in the alpha numeric format, not my resources ids.
- Kumar111099 years agoHelper IV
And my session id's are in the alpha numeric format, not my resources ids.
- v-chuncz-msft9 years agoCommunity Support
The data type of session id doesn't matter in formula above. Share the .pbix file if convenient.