We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Good day,
I'm wanting to add a column using the FILTER function (type of Vlookup) but do not how to proceed in Power Query.
I therefore add this Excel function outside my query to look for the value in the column "PROG" and return the "NumSystSource" (just like a vlookup).
=FILTER(tblProgSystSource[NumSystSource];[@Prog]=tblProgSystSource[Prog])
How do I integrate that in my query???
Any thought?
Solved! Go to Solution.
In the Power Query, this can be done with a merge where you match on the [Prog] columns from each table.
https://docs.microsoft.com/en-us/power-query/merge-queries-overview
In the Power Query, this can be done with a merge where you match on the [Prog] columns from each table.
https://docs.microsoft.com/en-us/power-query/merge-queries-overview
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 10 | |
| 8 | |
| 7 | |
| 7 | |
| 5 |