Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare 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])
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
115 | |
95 | |
86 | |
76 | |
64 |
User | Count |
---|---|
138 | |
113 | |
109 | |
98 | |
93 |