Hi
Please can I have help with the following query.
I have a PowerPivot file where I have columns for product, season value, and various measures e.g receipts
I am trying to create a column that will show the earliest season a product is received
example: I have a product that was received in Season 1, but has sales for all seasons.
In the column "Received season" I want to see season value " 1 " next to every occurrence of the product
currently I have the following dax formula but it is not working
=CALCULATE(MIN(Query[season value]),Query[MeasuresReceipts]>0)
Thank you in advance for your help
Joe
Please can I have help with the following query.
I have a PowerPivot file where I have columns for product, season value, and various measures e.g receipts
I am trying to create a column that will show the earliest season a product is received
example: I have a product that was received in Season 1, but has sales for all seasons.
In the column "Received season" I want to see season value " 1 " next to every occurrence of the product
currently I have the following dax formula but it is not working
=CALCULATE(MIN(Query[season value]),Query[MeasuresReceipts]>0)
Thank you in advance for your help
Joe