Forum Discussion
Filter Table
- 5 years ago
tarocha , for that you need to create star schema with name, region, and product table. Name is a must in this case.
Please find the file attached after signature
https://www.sqlbi.com/articles/the-importance-of-star-schemas-in-power-bi/
- 5 years ago
tarocha - I created a table like this:
Names = DISTINCT('Table'[NAME])I related this table to the other table and I replaced NAME column in this table for the NAME column in the original table for Rows. Once I did this, I could click on the dropdown arrow for NAME in Rows and select "Show items with no data".
See attached PBIX file below sig.
Click the dropdown next to Name in the values well and then click "Show items with no data"
- tarocha5 years agoHelper II
Hi lbendlin
This tip didn't work for me.
I attached the pbix to facilitate help.
Tks- amitchandak5 years agoSuper User
tarocha , for that you need to create star schema with name, region, and product table. Name is a must in this case.
Please find the file attached after signature
https://www.sqlbi.com/articles/the-importance-of-star-schemas-in-power-bi/
- Greg_Deckler5 years agoCommunity Champion
tarocha - I created a table like this:
Names = DISTINCT('Table'[NAME])I related this table to the other table and I replaced NAME column in this table for the NAME column in the original table for Rows. Once I did this, I could click on the dropdown arrow for NAME in Rows and select "Show items with no data".
See attached PBIX file below sig.