Forum Discussion
Anonymous
3 years agoNot applicable
How to sum multiple values for one date:
I want to create a graph in Power BI showing the sum of 35,000 +35000+35000 for 6-Juil.-18.
Hello Anonymous ,
So you create the following measure
QTY Ord = sum(QTY Ord)
Then you put the date field value with this measure in a graph and it will show the sum.If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
1 Reply
- IdrissshatilaSuper User
Hello Anonymous ,
So you create the following measure
QTY Ord = sum(QTY Ord)
Then you put the date field value with this measure in a graph and it will show the sum.If I answered your question, please mark my post as solution, Appreciate your Kudos 👍