Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi Team,
I have done below measure_1 based on multiple if condition, now I want the overall sum of measure_1.
Thanks,
Udt_KV
Solved! Go to Solution.
@Anonymous , measure like
Assume product 1 and product 2 are measures then
a new measure = if([Product 1] > 25 || [product 2] >13,1,0)
then to add
sumx( values(Table[Market]), [New measure])
@Anonymous , measure like
Assume product 1 and product 2 are measures then
a new measure = if([Product 1] > 25 || [product 2] >13,1,0)
then to add
sumx( values(Table[Market]), [New measure])
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
93 | |
89 | |
83 | |
75 | |
49 |
User | Count |
---|---|
142 | |
140 | |
110 | |
69 | |
55 |