Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Is it possible to use a query parameter in a paginated report that sources its data from a Dataflow? Concretely: create a parameter inside the Dataflow (Power Query M) and configure the paginated report so that, when the report runs and the user supplies a project-number parameter, the report only retrieves rows for that project number from the Dataflow. I know this works when the paginated report runs a SQL query with a project-number parameter — can the same be done when the report’s dataset is built from a Dataflow?
Solved! Go to Solution.
Hi @Fonsi
As per my knowledge, It is currently not possible to directly create a query parameter inside a Power Query M Dataflow that dynamically filters data when used as a source for a paginated report in Power BI. Unlike SQL queries where you can define parameters that the paginated report passes for query folding and efficient filtering at source, Dataflows do not support parameterized queries in that way.
The reason being Dataflows are designed as reusable ETL data preparation layers producing static tables once refreshed. The Power Query M parameters inside Dataflows are primarily for design time configuration, not for runtime filtering via report parameters.
What you can do:
Additional info:
Also sharing some links that might help:
I hope this helps clarify the current capabilities and best practices around parameters with Dataflows and paginated reports.
🌟 I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
💡 Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
🎖 As a proud SuperUser and Microsoft Partner, we’re here to empower your data journey and the Power BI Community at large.
🔗 Curious to explore more? [Discover here].
Let’s keep building smarter solutions together!
Hi @Fonsi ,
May I know if your issue has been resolved, or if you still need any additional details? Please let us know if there’s anything else we can help with.
Thank you.
Hi @Fonsi ,
@grazitti_sapna , has provided a helpful response to clarify your question. If you need any additional details or further assistance, please let us know.
Thank you and continue using Microsoft Fabric Community Forum.
Hi @Fonsi
As per my knowledge, It is currently not possible to directly create a query parameter inside a Power Query M Dataflow that dynamically filters data when used as a source for a paginated report in Power BI. Unlike SQL queries where you can define parameters that the paginated report passes for query folding and efficient filtering at source, Dataflows do not support parameterized queries in that way.
The reason being Dataflows are designed as reusable ETL data preparation layers producing static tables once refreshed. The Power Query M parameters inside Dataflows are primarily for design time configuration, not for runtime filtering via report parameters.
What you can do:
Additional info:
Also sharing some links that might help:
I hope this helps clarify the current capabilities and best practices around parameters with Dataflows and paginated reports.
🌟 I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
💡 Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
🎖 As a proud SuperUser and Microsoft Partner, we’re here to empower your data journey and the Power BI Community at large.
🔗 Curious to explore more? [Discover here].
Let’s keep building smarter solutions together!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.