Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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:
IFilter interface has a key called "target": of type IFilterGeneralTarget
IFilterGeneralTarget can be of type IFilterTarget:
IFilterTarget can be of type IFilterColumnTarget:
IFilterColumnTarget finally has a key "column":
now the issue is why am I getting that my variable can't have a "column" key ?!:
Thanks for the support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.