Forum Discussion
nirrobi
Helper V
8 years agoSales table with 2 CustomerID columns
Hi, I have sales table with 2 customers column (actual + notify) and client table - table below. I need to show table with those 2 customers and the salesID + amount - table below. I hav...
- 8 years ago
As MEASURES
Notify_Name = CALCULATE ( FIRSTNONBLANK ( Customer[ClientName], 1 ), CROSSFILTER ( Sales[NotifyID], Customer[ClientID], BOTH ), USERELATIONSHIP ( Sales[NotifyID], Customer[ClientID] ) ) - 8 years ago
Zubair_Muhammad
Community Champion
8 years agonirrobi
Helper V
8 years agoMany thanks for your help!!!
Much appriciated.
I notice that you can't use the ClientName from the Customer table - make all the row duplicare - see attached pic.
please correct me if I wrong.
thanks again.
Nir