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,
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!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
75 | |
68 | |
41 | |
35 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |