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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
abhi123
Frequent Visitor

embed filter issue

 

Hello,

 

I am finding difficulty in applying the filter through embed javascript api.

 

I have two companies, i.e. 'abc' and 'xyz', I want to apply filter on companyname with 'abc'.

 

I tried below code but it does not apply filter, can anybody help !!!

 

Thanks in advance........

 

          var filterTypeTarget={};
	  var operatorAndValues={};
	  
	  filterTypeTarget.table = 'companytable';
	  filterTypeTarget.column = 'ComapnyName';
	  
	  operatorAndValues.type='basic';
	  operatorAndValues.operator = 'In';
	  operatorAndValues.values = ['abc','xyz'];
	  
	  values = ['abc'];
	  
	  
	  $(function () {
	  
		 var models = window['powerbi-client'].models;
		 var defaultFilter = new models.BasicFilter(filterTypeTarget, operatorAndValues, values);
		  
		  console.log(defaultFilter.toJSON());
		  
		  var report;
		  var embedConfiguration = {
			type: 'report',
			filter: defaultFilter.toJSON(),
			.
			.
			.
			.
			embedUrl: 'https://embedded.powerbi.com/appTokenReportEmbed'
	};
	
		var $reportContainer = $('#reportContainer');
		report = powerbi.embed($reportContainer.get(0), embedConfiguration);
         })

 

 

 

10 REPLIES 10
KumarDarmesh
Helper IV
Helper IV

Is this the Power BI javascript api?

Yes it is..........

Sunkari
Responsive Resident
Responsive Resident

@abhi123: Is Javascript api works with Rest API? 

We have integrated our reports in an external application using Rest API(Not Power BI Embedded azure) so we want to customize integration process using Javascript API.

Hi Sunkari

 

I have used Azure powerbi embedded.

 

Can u please tell me the process of extrenal web api for the same(Without Azure)?.........

 

Thanks.

Abhi

Sunkari
Responsive Resident
Responsive Resident

@abhi123: Please go through the following link so that you will get some context about  POWER BI Rest API

https://msdn.microsoft.com/en-us/library/dn877544.aspx

Note: Power BI rest API only supports single filter with single value.

 

Hi @Sunkari

 

Thank you so much for the same will go threw with that and will let you know.

 

Thanks 

Abhi.

hi  @Sunkari

 

Can you please provide one running demo on powerbi javascript api if possible?......really stuck on this.....!!

 

If you can then please.

 

Thanks 

Abhi.

Sunkari
Responsive Resident
Responsive Resident

@abhi123: Sorry Man. I don't have that if found any it. Please share with me 

No issues.

 

Thanks 

Abhi.

In your embedConfiguration, is "filter" or "filters" (with an 's')?

 

Per the documentation, I believe it is filters.

Also, it should be an array  i.e., filters: [ defaultFilter.toJSON() ]

 

Please give it a try and let me know because I too am having issues setting the filters in the embeddedConfiguration. I get the following errors in the console 

https://wabi-us-north-central-redirect.analysis.windows.net/powerbi/metadata/models Failed to load resource: the server responded with a status of 401 (Unauthorized)
Uncaught
  1. Array[3]
    1. 0:Object
      1. message:"filters is invalid. Not meeting type constraint"
      2. __proto__:Object
    2. 1:Object
      1. message:"filters is invalid. Not meeting type constraint"
      2. __proto__:Object
    3. 2:Object
      1. message:"filters property is invalid"
      2. __proto__:Object
    4. length:3
    5. __proto__:Array[0]

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.