Forum Discussion
VLOOKUP OR INDEXMATCH ALTERNATIVE TO FIND VALUE BASED ON CELL VALUE
Hi,
you can obtain
by grouping
then adding a nested index column
expanding
and finally adding a conditional column
You can see the steps in the attached file
If this post is useful to help you to solve your issue, consider giving the post a thumbs up and accepting it as a solution!
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.
- serpiva643 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.