Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I have these formulas:
Actual LC = calculate(sum('Cost Item'[Amount in Local Currency]), 'Cost Item'[After Or Pre]="After")
because there value in "Amount in Local Currency" with Cist Item[After Or Pre] = "Pre")
Solved! Go to Solution.
@Nun , You need to some intermediate grouping if you want sum
like sumx(values('Cost Item'[?]),[Act value])
where ? is level/column/group by after which you want sume
Refer this video:https://www.youtube.com/watch?v=4xn0A43jBz8&t=122s
@Nun , You need to some intermediate grouping if you want sum
like sumx(values('Cost Item'[?]),[Act value])
where ? is level/column/group by after which you want sume
Refer this video:https://www.youtube.com/watch?v=4xn0A43jBz8&t=122s
Hi @amitchandak
thank you so much!
I tried some columns in the fuction "values" and I found the correct one, thanks!
| User | Count |
|---|---|
| 57 | |
| 44 | |
| 32 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 84 | |
| 69 | |
| 38 | |
| 27 | |
| 25 |