LearnMeExcel
Well-known Member
- Joined
- Aug 11, 2009
- Messages
- 746
- Office Version
- 365
- 2021
- Platform
- Windows
hi
i need help in this issue
i have 4 Tables:
1. SalesDB : contains All Data for My Invice --> i have column named "CustCod"
2. CustomerDB : all Customer info more than 15000 Rows --> i have column named "CustCod" , i connect SalesDB with CustomerDB by this Col
3. GiftDB : contains the custome who get gift from our SalesRep "some customer get more than 1 gift, that is mean more than one row for him " --> this table Conect with CustomerDB
4. TabDB : contains the custome who have Tables for our Products"some customer get more than 1 Table, that is mean more than one row for him " --> this table Conect with CustomerDB
what i work on, i want to know the customers who Get Gifts, and the Custome who have tables
in CustomerDB i add new Column to make Calucalted column by this DAX
=RELATED(GiftDB[CustCod])
but i get Error " The Column 'GiftDB[CustCod]' either doesn't exits or doesn't have relationship to any aviable in the current context"
============
i reviewd all relationship between tables it ok and all of this relationships are active
what is my problem
or how i can't solve this issues to get the customer who have gifts or table
any idea please
i need help in this issue
i have 4 Tables:
1. SalesDB : contains All Data for My Invice --> i have column named "CustCod"
2. CustomerDB : all Customer info more than 15000 Rows --> i have column named "CustCod" , i connect SalesDB with CustomerDB by this Col
3. GiftDB : contains the custome who get gift from our SalesRep "some customer get more than 1 gift, that is mean more than one row for him " --> this table Conect with CustomerDB
4. TabDB : contains the custome who have Tables for our Products"some customer get more than 1 Table, that is mean more than one row for him " --> this table Conect with CustomerDB
what i work on, i want to know the customers who Get Gifts, and the Custome who have tables
in CustomerDB i add new Column to make Calucalted column by this DAX
=RELATED(GiftDB[CustCod])
but i get Error " The Column 'GiftDB[CustCod]' either doesn't exits or doesn't have relationship to any aviable in the current context"
============
i reviewd all relationship between tables it ok and all of this relationships are active
what is my problem
or how i can't solve this issues to get the customer who have gifts or table
any idea please