Forum Discussion
abelrmg
6 years agoHelper II
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 ...
- 6 years ago
Hello, thanks to everyone the error is this relationship:
I configured it as a single way and works fine.
Regards
amitchandak
6 years agoSuper User
abelrmg , Try a trailing measure
Ventas-1 = CALCULATE([Ventas],dateadd('Date'[Date],-1,Month))
abelrmg
6 years agoHelper 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