I developed an MVC application and i am able to pass one parameter in a filter dynamically to PowerBI embedded which is working.
ie $filter={table1/column}. However I want to be able to pass multiple PBI tables and columns.
Is it possible in Power BI embedded and can it be passed dynamically? ie: $filter={table1/column1}&{table2/column2}..