March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi and thx for reading this.
I have a simple problem i belive but i cant get it to work as i want.
I have a table like below:
I want to have a measure that multiplys each rows "Sum of Value" with "Proc Value.
I want to be able to remove all columns except Month and measure to get a resulat like:
Thanks so much for any help..
Solved! Go to Solution.
I think i have found a solution: (maybe not the best but i seems to work)
@Wresen TRy this measure:
Measure = IF(BLANK(Proc Value), Blank(), SUM(Values) * SUM(Proc Value))
Then take this Month and Measure in a table.
I think i have found a solution: (maybe not the best but i seems to work)
User | Count |
---|---|
116 | |
77 | |
58 | |
52 | |
46 |
User | Count |
---|---|
170 | |
117 | |
63 | |
56 | |
51 |