Forum Discussion
Vestments7
3 years agoRegular Visitor
VLOOKUP OR INDEXMATCH ALTERNATIVE TO FIND VALUE BASED ON CELL VALUE
This is what I have: ID Name 1 1 1 A 2 2 B 2 3 3 3 3 C And this is what I need: ID Name 1 A 1 1 2 B 2 ...
Vestments7
3 years agoRegular Visitor
Cool and thanks for your answer. But this is not I am looking for as this in DAX environment. But how to do that using PowerPivot (PowerQuery M) that is built in Excel? There is no Group by feature and also no Table.AddIndexColumn formula.
serpiva64
3 years agoSolution Sage
Hi,
Here is the project in excel.
the commands between BI and excel a quite the same
- Vestments73 years agoRegular Visitor
Thank you for your message. You are using Query, but mine is loaded as Data Model and use PowerPivot. How to do that using Data Model? There is no much feature to operate and find the solution.