Forum Discussion
Custom column Index or Ranking by other column
- 10 years ago
Thats like an index on a table partition. You can create that by using grouping on the column and returning "_" - which means that all column of the table (but only for the specific value in the column) will be return. You then nest your Index-command in:
let Source = Table1, Partition = Table.Group(Source, {"Group"}, {{"Partition", each Table.AddIndexColumn(_, "Index",1,1), type table}}), #"Expanded Partition" = Table.ExpandTableColumn(Partition, "Partition", {"Date", "Index"}, {"Date", "Index"}) in #"Expanded Partition"
You're welcome. Please check out this video:
and let me know if you need further help on this.
Hi ImkeF,
There is no video there. Can you please check.
- ImkeF9 years agoCommunity Champion
Hi Ashish_Mathur, I've checked & can see the video.
Pls try a different browser.
If that fails as well, pls post screenshot as a bug-report here: https://community.powerbi.com/t5/Issues/idb-p/Issues
- Ashish_Mathur9 years agoSuper User
Hi,
I've tried both Edge and Internet Explorer and the problem persists. I will try it in some other browser as well.
Thank you.
- ImkeF9 years agoCommunity Champion
That's strange.
You would help with a bug-report.
Here's the link to the video on youtube: https://www.youtube.com/watch?v=-3KFZaYImEY