我想在Power BI自定义视觉中嵌入HTML页面,但是我不知道如何在Update函数中获取选定的页面过滤器值。
public update(options: VisualUpdateOptions) {
this.target.getElementsByClassName("myframe")[0].setAttribute("src","https:/localhost:44346/?filtername="+options.jsonFilters.toString());
}