Forum Discussion
Relationship between tables
Hello,
I have 4 four tables:
1. Invoicing
2. Date table
3. Accounts receivable
4. Attribute
This is the relation:
The visualization is this:
The formula Ventas-1 doesn't work when i select a filter for department (LN01,LN02).
The formula is:
Hello, thanks to everyone the error is this relationship:
I configured it as a single way and works fine.
Regards
6 Replies
- abelrmgHelper II
Hello, thanks to everyone the error is this relationship:
I configured it as a single way and works fine.
Regards
- aj1973Community Champion
good Job
- aj1973Community Champion
try to make the relationship between tables go both way for all of them and see how it works out!
- amitchandakSuper User
abelrmg , Try a trailing measure
Ventas-1 = CALCULATE([Ventas],dateadd('Date'[Date],-1,Month))
- abelrmgHelper II
amitchandak , when I apply the filter for table Departamento usign the forumula that you proposed to me the visual mark error: the DATEADD function expects continuous selection....
Regards