Forum Discussion
Matt_Gol
Helper I
3 years agoTable visual doesn't show me all the data
Hi all I have a problem which I tried to show you in the below photo. I have two tables that are connected by one to Many relation. some of the products has expiry that which come in the second ta...
amitchandak
Super User
3 years agoMatt_Gol , Simply count measure should do that
of countrows(Filter(Table2, not(isblank(Table2[Expire date]) ) ) )
Matt_Gol
Helper I
3 years agoHi amitchandak
Thanks for your help. Just one thing, I don't have any of product type B in my second table. The expiry date is not blank for all the items in the second table.