Forum Discussion

poojaghuman's avatar
poojaghuman
Regular Visitor
3 years ago
Solved

Need help in aggregating values in report using power BI

  I am new to using power BI and need support with the following , I have my data in the following format        I am looking to aggreagte the total number of IDs based on the submit date ...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi poojaghuman 

    You can create a new column :

     

    Sum = SUMX(FILTER('Table',[SUBMIT DATE]<=EARLIER('Table'[SUBMIT DATE])),[ID])

     

     

    Best Regards!

    Yolo Zhu

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.