Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

chart display by different date period

Hi all this is a sale report, and i wanted display the sale for each product for each different date period the current data file does not have this info, so i was wondering if it is possible to ad...
  • MFelix's avatar
    MFelix
    7 years ago
    Hi Anonymous,

    You can do one of two things make an additional column on the sales table with an IF syntax that check if the date is within the sales period.

    Another option is to create an additional table with the sale period and a max and min date for each period and then make a measure that uses that new table.


    Regards,
    MFelix
  • mussaenda's avatar
    7 years ago

    Based on my understanding, this is what you want to achieve: