Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Is there any option/function/api to get Feilds (table names and columns) used in a Power BI report?
Basically, I want to apply dynamic filters on reports in Power BI embedded, where I need to pass the table name and column name in filter object
const filter = {
$schema: "http://powerbi.com/product/schema#basic",
target: {
table: "Geo",
column: "Region"
},
operator: "In",
values: ["West"]
};
In the above snippet, table and column values are hard code, but I want them to be dynamic.
Solved! Go to Solution.
Hi @ksauhard ,
Please refer to theses threads:
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @ksauhard ,
Please refer to theses threads:
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.