How to pass parameter to my POWERBI embedded report

0 votes

0

I have an IFrame which shows a PowerBI embedded Report that shows a list of Accounts.

I want to pass in an Account ID so that I only see the sales for my Account.

In side the report I have a Table lets say in called Query1 and Inside that table I have a field called AccountID. I need to add to my URL to filter the Accountid = 123.

My URL is something like this.... https://app.powerbi.com/reportEmbed?reportId=xxxxxxxxxxxx&autoAuth=true&ctid=xxxxxxxxxxx-xxxxxxxxx&config=eyJjbHVzdGVyVXJsIjoiaHR0cHM6Ly93YWJpLXdlc3QtZXVyb3BlLXJlZGlyZWN0LmFuYWx5c2lzLndpbmRvd3MubmV0LyJ9

What exactly should I add to filter the report by the AccountID?

Feb 17, 2022 in Power BI by surbhi
• 3,820 points
9,548 views
have you found any appropriate solution for this? I am using Vue for calling power bi. where can I set the parameter for it in vue power bi js file?

1 answer to this question.

0 votes

You need add a filter url argument. You must first define the table and field you want to filter, then add the filter's value following eq. As a consequence, your final product should look like this:

URL?filter=Table/Accountid eq 123.


Microsoft's material on the subject can be found here. https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters#query-string-parameter-syntax-for-filtering

The top half of the course has been updated to work for filtering reports in the appor work space. You must provide the page and filter in a similar manner for the embedded link https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-embed-secure to filter the embedded report. As a result, your link will look like this:

https://app.powerbi.com/reportEmbed?blabla&pageName=Page1&$filter=Table/Accountid eq 123

Similarly, when handling complex DAX calculations, users might run into the "A circular dependency was detected" error, which typically occurs due to interdependent calculations within the model, requiring careful review of relationships and calculation logic to troubleshoot effectively.

Unlock the Power of Data with Our Comprehensive Power BI Training!

Related Queries

How can I create dynamic parameters in Power BI using DAX?

How to Auto Login Power BI HTML Static Application?

What debugging tools or methods do you use to pinpoint and resolve DAX or Power Query coding errors?

answered Feb 17, 2022 by CoolCoder
• 4,420 points

Related Questions In Power BI

0 votes
1 answer

How do I prevent my app from redirecting to Power BI when embedding a protected report in a React application?

To ensure that your React app will ...READ MORE

answered Feb 28 in Power BI by anonymous
• 24,110 points
74 views
0 votes
1 answer

How to publish .pbix report from power bi desktop to power bi service directly?

To save powerbi file directly to report ...READ MORE

answered Sep 27, 2018 in Power BI by Kalgi
• 52,350 points
2,077 views
0 votes
1 answer

How to add an image to power bi report – power bi web

There are visuals (e.g. table) that can ...READ MORE

answered Sep 27, 2018 in Power BI by Kalgi
• 52,350 points
1,486 views
0 votes
1 answer

Passing a parameter to Power BI Embedded via embedded URL

Add the following to the end of ...READ MORE

answered Oct 23, 2018 in Power BI by Annie97
• 2,160 points
5,100 views
0 votes
1 answer

Displaying Table Schema using Power BI with Azure IoT Hub

Answering your first question, Event Hubs are ...READ MORE

answered Aug 1, 2018 in IoT (Internet of Things) by nirvana
• 3,090 points
1,581 views
+1 vote
1 answer

Unable to install connector for Power Bi and PostgreSQL

I think the problem is not at ...READ MORE

answered Aug 22, 2018 in Power BI by nirvana
• 3,090 points
2,917 views
+2 votes
2 answers

Migrate power bi collection to power bi embedded

I agree with Kalgi, this method is ...READ MORE

answered Oct 11, 2018 in Power BI by Hannah
• 18,520 points
1,701 views
+1 vote
1 answer

Connect power bi desktop to dataset and create custom reports

Open power bi report nd sign in ...READ MORE

answered Oct 10, 2023 in Power BI by Monika kale

edited Mar 5 1,859 views
0 votes
1 answer

How to bind multiple Power BI datasets to a single Power BI Report

This is not an option. These are ...READ MORE

answered Feb 21, 2022 in Power BI by CoolCoder
• 4,420 points
2,473 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP