Forum Discussion
Anonymous
5 years agoNot applicable
Create new table filtered
Hi! I am having troubles create a new filtered table, using column filters from other tables. Example: This is the original table, I should get a filtered table from this Name Product Amount...
- 5 years ago
Related two tables with Product,
and add the calculated column
Product Result = if(ISBLANK( RELATED('Prodcut Master'[Product])),'Product'[Product])and in the result apply visual level or page level filter to only values
Singaravelu_R
5 years agoResolver III
Related two tables with Product,
and add the calculated column
Product Result = if(ISBLANK( RELATED('Prodcut Master'[Product])),'Product'[Product])
and in the result apply visual level or page level filter to only values