Forum Discussion
Cross reference table column with multiple values in Fabric Dataflow
Try to run the same M code in Power Query Desktop to see if you get the same error. That way we can determine if it is a Power Query Fabric issue or just a general Power Query engine issue.
Also, are you using a DFg1 or DFg2? In other words, did you create the DF from the Power BI persona, or the Data Factory persona?
- newtofabric2 years agoRegular Visitor
Hello Element115, Thank you for your response. We are using data factory persona for our ETL not power BI to use M code
- Element1152 years agoMemorable Member
Data factory... so I guess dataflows gen 2, or DFg2, which is an ETL tool. In fact, it is Power Query in the cloud. So, when you right click on any query in your DFg2, you can select Advanced editor from the contextual menu and it will show you the M code for the query.
For debugging purposes, and curiosity's sake 😉, once the Advanced editor is open, you can select all and copy the code, and then paste it into Power Query Desktop to see if it causes the same issue. If not, then we would have determined that it is something specific to Power Query in the cloud, ie DFg2. When you have time, of course.