Forum Discussion
Agregate and filter
- Anonymous8 years ago
I actually found another solution.
I have 2 tables : 1 sale detail and 1 sale header.
I found a way to create a measure in sale detail that points to the sale header using USERRELATIONSHIP.
It works.
Thanks
F
I would like to create a table filtered by date (SALE_DATE) and product (PRODUCT ID)
The table would include Store ID in lines and in columns :
- Nb of transactions (that's DISTINCTCOUNT(TICKET ID)
- Total amount of products filtered (SUMX(SALE AMOUNT * SALE QUANTITY)
- Total value of transactions that include the filtered product (the one measure i need help on)
Thanks a million for your help
Anonymous Can you share a snapshot of the output ? Especially for the last measure
- Anonymous8 years agoNot applicable
I actually found another solution.
I have 2 tables : 1 sale detail and 1 sale header.
I found a way to create a measure in sale detail that points to the sale header using USERRELATIONSHIP.
It works.
Thanks
F