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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

BUG API Javascript Property 'table' does not exist on type 'IFilterGeneralTarget'

Hello,

 

I am calling on power bi client javascript library :

 

let newState: pbi.models.IAdvancedFilter;

 

on the interfaces, this library states that it extends IFilter interface: 

image.png

 IFilter interface has a key called "target": of type IFilterGeneralTarget

image.png

IFilterGeneralTarget can be of type IFilterTarget:

image.png

IFilterTarget can be of type IFilterColumnTarget

image.png

IFilterColumnTarget finally has a key "column":

image.png

now the issue is why am I getting that my variable can't have a "column" key ?!:

image.png

 

 

Thanks for the support.

 

Status: New
Comments
v-chuncz-msft
Community Support
Marco57
Helper III

@v-chuncz-msft 

 

Sorry I did not get it, I do not have any hierarchy filter at all, why should I look at that?

 

Thanks for your comment.