Forum Discussion
ksauhard
5 years agoNew Member
Is there any option/function/api to get Fields (Table, column) details of a report?
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.
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.
1 Reply
- V-lianl-msftCommunity Support
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.