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.
@Udt_KV , 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])
@Udt_KV , 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])
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
238 | |
56 | |
48 | |
44 | |
43 |
User | Count |
---|---|
280 | |
211 | |
82 | |
76 | |
74 |