Forum Discussion
tracytran91
4 years agoHelper III
Countrows with 2 measures from different tables
Hi friends, I have the model like this: I would like count number of row of the table which contains: I created this measure but it does not work out: No_Of_Row=
...
amitchandak
4 years agoSuper User
tracytran91 , Try a measure like
countrows(F_sales,D_date[Month], D_customer[Customer], C_Client[Client Name] ,"_1" , sum(f_sales[sales]), "_2", sum(F_target[target]))
tracytran91
4 years agoHelper III
amitchandak Thank for your suggestion.
However, it does not work out.