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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Problem Statement:
A published Dataflow Gen2 that contains parameters is not exposing those parameters to the Dataflow Gen2 activity within a Fabric Pipeline. The pipeline editor shows 'This dataflow has no parameters', even though they are defined and saved in the Dataflow.
Error Message When Pipeline is Run:
There was a problem refreshing the dataflow: 'Refresh with parameters is not supported for non-parametric dataflows'. Error code: ParametersNotSupported.
Troubleshooting Steps Already Performed:
Has anyone faced this issue?
Solved! Go to Solution.
Hi @sgb_fabric ,
@anon97242 @wardy912 Thanks for your quick response , In addition to that ,
Reference : https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-parameters
Hope this helps!!
If this post was helpful, please consider marking Accept as solution to assist other members in finding it more easily.
If you continue to face issues, feel free to reach out to us for further assistance!
When you specify your DataflowGen2 with parameters in the Pipeline Dataflow Activity. you have to manually add the parameters. They do not automatically appear unfortunately.
Hi @sgb_fabric ,
@anon97242 @wardy912 Thanks for your quick response , In addition to that ,
Reference : https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-parameters
Hope this helps!!
If this post was helpful, please consider marking Accept as solution to assist other members in finding it more easily.
If you continue to face issues, feel free to reach out to us for further assistance!
I have faced this issue before and couldn't fix unfortunately, but as a workaround I used a notebook and I've never looked back.
With notebooks you can obtain a much more granular and deliberate set of data transformations.
You can also add base parameters to the notebook pipeline item which forces the pipeline to use it once referenced in your notebook, this is not available in dataflow gen2.
If notebooks are an option for you, I'd take that approach to avoid this issue.
To troubleshoot your dataflow gen2, even though your parameters are defined, make sure that the parameters are referenced in at least one of the queries, without this the pipeline may ignore it.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Fabric update to learn about new features.
User | Count |
---|---|
13 | |
5 | |
4 | |
3 | |
2 |