Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
arpost
Post Prodigy
Post Prodigy

Is it possible to use a List output from one dataflow in another dataflow?

I have a scenario where I'm trying to create a parameter list from one dataflow and use the list in multiple other dataflows. I successfully create the list by disabling the load in the first dataflow.

arpost_1-1624411765431.png

However, I can't seem to reference the list when trying to connect from the second dataflow.

arpost_0-1624411700971.png

Anyone have any ideas?

1 ACCEPTED SOLUTION
jeffshieldsdev
Solution Sage
Solution Sage

Dataflow output is saved as CSV files in data lake storage. Consumers of dataflows read from that store. Because of this you're limited to tables and columns.

 

You'll have to pass the List as a table of values, or as a table with one column and row containing a delimited string (or JSON string if List data is nested).

 

You can still use a parameter in your source dataflow, but also create a reference table that exposes the values in table format and have downstream dataflows consume from that.

 

Or store your parameter in its own dataflow, add a reference table, and use that in original source and downstream dataflows.

View solution in original post

1 REPLY 1
jeffshieldsdev
Solution Sage
Solution Sage

Dataflow output is saved as CSV files in data lake storage. Consumers of dataflows read from that store. Because of this you're limited to tables and columns.

 

You'll have to pass the List as a table of values, or as a table with one column and row containing a delimited string (or JSON string if List data is nested).

 

You can still use a parameter in your source dataflow, but also create a reference table that exposes the values in table format and have downstream dataflows consume from that.

 

Or store your parameter in its own dataflow, add a reference table, and use that in original source and downstream dataflows.

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.