Forum Discussion

mlmagl14's avatar
mlmagl14
Icon for Helper I rankHelper I
4 years ago
Solved

DAX to Count Sales

Hello,    I have a table in which the receipt ID represents a customer, so the receipt ID can occur multiple times if the customer purchases multiple items from the store per day. It also shows the...
  • darshaningale's avatar
    4 years ago

    In power query , group by Date , Receipt Id and Add aggregation for sum of total retail price.

    Add another conditional column for 95+ based on the aggregated column.

     

    Regards
    DI

    Did I answer your question? Mark my post as a solution, this will help others!
    Kudos are also welcome.