Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello all,
i am new to PowerBi and i my data resides at a SharePoint 2013 list on-prem. The data from the list is below:
i would like to add a column at PowerBi desktop which will summarize per months and will show the totals from the positive values (+) at the Amount column and the negative values (-) at the Amount column.
thank you in advance.
Solved! Go to Solution.
Hi @Anonymous
Create a calculated column,
year-month = FORMAT([date],"yyyymm")
Then create a measure
Measure = CALCULATE(SUM('sum value test'[amount]),ALLEXCEPT('sum value test','sum value test'[year-month]))
Hi @Anonymous
Create a calculated column,
year-month = FORMAT([date],"yyyymm")
Then create a measure
Measure = CALCULATE(SUM('sum value test'[amount]),ALLEXCEPT('sum value test','sum value test'[year-month]))
User | Count |
---|---|
84 | |
78 | |
71 | |
48 | |
42 |
User | Count |
---|---|
111 | |
54 | |
50 | |
40 | |
40 |