Forum Discussion
Relations & models
Hi,
I am not sure if I understood your question correctly, however, I tried to create a sample pbix file like the below.
One way to do is, insert a Sales total measure into the Filters pane and select the condtion = "is not blank".
Please check the below picture and the attached pbix file.
- chahineatallah4 years agoHelper III
hi yes this what i want, but why in my model i have blank in store
so as summary , i have a model with store lookup, product lookup, and sales
i have also created a store parameter (just for training purposes), when i choose my parameter as store 3, i want it to show me only products in that store & its sales, this is link to my file, dont know why i couldnt attach
maven roasters pbcommunity.pbix
- Jihwan_Kim4 years agoSuper User
Hi,
Sorry that it is quite difficult for me to understand your data model.
Store Lookup table: only has store_id = 5
Sales by Store table: it has store_id = 3,5,8
I think, you cannot show store 3 and 8 by using store lookup table. It is correct that it only shows sotre 5, and rest of stores are shwon as blank, because only store 5 information exists.