I am using Power BI desktop and I need to deliver a tool for users to easily view their data. I am intersted in creating a new table based on a filtered main table where the filter parameters is stored in a list. The end goal is to have the main table parsed into subtables so the users can find data easilty by the Table->Field hierarchy in the Power BI field bar.
A simplified example -
Input
Table_Attributes: Attributes of fruit (each fruit has a different attributes in the table);
List_Fruit: [Apples, Bananas, Pineapples];
Output
Table_Attributes
List_Fruit
Table_Apples
Table_Bananas
Table_Pineapples