Forum Discussion

Kvitekvist's avatar
Kvitekvist
Frequent Visitor
8 years ago

Add index to partition AFTER sort

Hello,   I have a table with 2 dimensions (date and url) and one metric (pageviews). I want to make an index on "url" per "date" in a parition.   So I use this:  = Table.Group(#"Sorted Rows", {"...