MCPcopy Create free account
hub / github.com/microsoft/SandDance / applyFilters

Method applyFilters

packages/powerbi/src/visual.ts:182–185  ·  view source on GitHub ↗
(filters: powerbiModels.IFilter[])

Source from the content-addressed store, hash-verified

180 }
181
182 applyFilters(filters: powerbiModels.IFilter[]) {
183 this.host.applyJsonFilter(null, 'general', 'filter', powerbiVisualsApi.FilterAction.merge);
184 this.host.applyJsonFilter(filters, 'general', 'filter', powerbiVisualsApi.FilterAction.merge);
185 }
186
187 clearFilter() {
188 this.applyFilters(null);

Callers 2

constructorMethod · 0.95
clearFilterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected