Forum Discussion

tkramer's avatar
tkramer
Advocate I
3 years ago
Solved

Dataflow automatically is converting my list into a table

I am trying to create a Power BI Dataflow.  Here is my mcode below:   let filterList = {"P1", "B1", "J1", "JC", "L1", "Y1", "48", "83", "84", "86", "92", "97"} in filterList The issue is wh...
  • edhans's avatar
    edhans
    3 years ago

    If you disable it, then yeah, they won't load in other dataflows. But you cannot load a "list" - it will autoconvert to table. Which is fine. Access that table in another dataflow, then convert it to a list within the dataflow, and use it as your fitler. Easiest way to convert a table column to a list is to right-click on it and select drill down.