Forum Discussion
EduardoM83
2 years agoNew Member
Returning multiple values from a column to a new table
Hi, Very new to PowerBI, I have a question around returning mutliple values from a table based on a single value in another. Example is: Table 1 Product ID Product Name Quantity 1234 Sta...
- 2 years ago
you have to edit Table1 and Table2 step. Delete whole code and replace it with your Table1 reference, i.e. if your Table1 reference is MyTable1 then replace this whole code with = MyTable1 (if you have some special characters or space in table name i.e My Table1, you have to write it like this: #"My Table1"
Do the same for Table2.
EduardoM83
2 years agoNew Member
Hi Dufoq3,
Thank you for taking the time to put this together. I am going to have a look at it hopefully get it working.
Thanks.