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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
SC07
Regular Visitor

Report Builder Dataflow and Paramater

I am having to pull in data from the dataflow rather than the semantic model which is fine. I have then pulled in a semantic model for the Year & Month to use as a paramater to allow the user the filter to their required month. 

Everything is all set up and runs, but when I choose a desired month it is ignores this and pulls through everything. 

What can I do to bind the two separate datasets together, or even an alternative option to use a calendar as a seperate dataset and parameter.

1 ACCEPTED SOLUTION
oussamahaimoud
Solution Sage
Solution Sage

Hi @SC07,

Hope you're doing well!

 

Here's a clear breakdown of what's happening and how to fix it. No worries, this is a very common use case in Power BI Report Builder!

 

--> Why your filter isn't working ?

The core problem is that Power BI Report Builder treats each dataset as completely independent. When you have your dataflow dataset and your semantic model calendar dataset, selecting a value in one doesn't automatically filter the other. The parameter you created is "linked" to the calendar dataset visually, but it's not being passed as a query filter into the dataflow dataset, so it just pulls everything.

 

--> Solution :

You should filter inside the dataflow dataset query. When you set up your dataflow dataset in Report Builder, you need to edit the query so it actually receives your parameter value:

  1. In Report Builder, right-click your dataflow datasetDataset Properties
  2. Go to the Parameters tab
  3. Add a parameter here (e.g. @YearMonth) and map it to your existing report parameter
  4. Then in the Query tab, make sure your query actually uses that parameter in a WHERE clause — something like WHERE YearMonth = @YearMonth

The key issue is that the parameter needs to be wired into the query itself, not just exist as a report-level parameter floating in space.

 

--> Remember that :

Report Builder datasets don't "talk" to each other automatically. Unlike Power BI Desktop where slicers filter everything, in Report Builder you have to explicitly pass parameter values into each dataset's query. Thinking of it like a stored procedure that needs its arguments passed in every time helps make this click.

 

Here are some useful official MS documentation if needed more information :

Filter, Group, and Sort Data (Report Builder) — Microsoft Learn

Add Dataset Filters, Data Region Filters, and Group Filters — Microsoft Learn

Report Parameters in Report Builder — Microsoft Learn

Create a Paginated Report with Power BI Dataflows — Microsoft Learn

 

Hope this helps. Feel free to ask me questions if needed, and don’t forget to like (kudos)Accept as Solution if this guidance worked for you. That's motivate me to keep helping.

 

Best regards,

Oussama (Data Consultant & Fabric's Expert)

 

 


  Did my response help you? Clicking Kudos is a small gesture that goes a long way, it encourages contributors and helps the community thrive!


Did I answer your question? Please mark my post as a Solution, it helps others find the answer faster.


Senior Data & BI Consultant · Microsoft Fabric & Power BI Specialist


Connect with me on LinkedIn

View solution in original post

4 REPLIES 4
SC07
Regular Visitor

Yes, this resolved my issue, I was able to add a year_month column in the dataset and then created a copy and removed the other columns leaving year_month and date which I then used as a paramater and filtered using the same method that you mentioned above. 

Hi @SC07,

Glad to hear it’s working now 
Thanks for confirming the update.

If you face any other issues or need help in future, feel free to post here. We will be happy to help.

Regards,
Community Support Team.

v-hjannapu
Community Support
Community Support

Hi @SC07,

Thank you for reaching out to Microsoft Fabric Community.

 

Thank you @oussamahaimoud  for the prompt response. 

 

As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by the user's for the issue worked? or let us know if you need any further assistance.

Regards,
Community Support Team.

oussamahaimoud
Solution Sage
Solution Sage

Hi @SC07,

Hope you're doing well!

 

Here's a clear breakdown of what's happening and how to fix it. No worries, this is a very common use case in Power BI Report Builder!

 

--> Why your filter isn't working ?

The core problem is that Power BI Report Builder treats each dataset as completely independent. When you have your dataflow dataset and your semantic model calendar dataset, selecting a value in one doesn't automatically filter the other. The parameter you created is "linked" to the calendar dataset visually, but it's not being passed as a query filter into the dataflow dataset, so it just pulls everything.

 

--> Solution :

You should filter inside the dataflow dataset query. When you set up your dataflow dataset in Report Builder, you need to edit the query so it actually receives your parameter value:

  1. In Report Builder, right-click your dataflow datasetDataset Properties
  2. Go to the Parameters tab
  3. Add a parameter here (e.g. @YearMonth) and map it to your existing report parameter
  4. Then in the Query tab, make sure your query actually uses that parameter in a WHERE clause — something like WHERE YearMonth = @YearMonth

The key issue is that the parameter needs to be wired into the query itself, not just exist as a report-level parameter floating in space.

 

--> Remember that :

Report Builder datasets don't "talk" to each other automatically. Unlike Power BI Desktop where slicers filter everything, in Report Builder you have to explicitly pass parameter values into each dataset's query. Thinking of it like a stored procedure that needs its arguments passed in every time helps make this click.

 

Here are some useful official MS documentation if needed more information :

Filter, Group, and Sort Data (Report Builder) — Microsoft Learn

Add Dataset Filters, Data Region Filters, and Group Filters — Microsoft Learn

Report Parameters in Report Builder — Microsoft Learn

Create a Paginated Report with Power BI Dataflows — Microsoft Learn

 

Hope this helps. Feel free to ask me questions if needed, and don’t forget to like (kudos)Accept as Solution if this guidance worked for you. That's motivate me to keep helping.

 

Best regards,

Oussama (Data Consultant & Fabric's Expert)

 

 


  Did my response help you? Clicking Kudos is a small gesture that goes a long way, it encourages contributors and helps the community thrive!


Did I answer your question? Please mark my post as a Solution, it helps others find the answer faster.


Senior Data & BI Consultant · Microsoft Fabric & Power BI Specialist


Connect with me on LinkedIn

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.