Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Solved! Go to Solution.
Hi @assistant_sense ,
Here are the steps you can follow:
1. Create measure.
Measure =
var _maxvalue=MAXX(ALL('Table'),[Increase])
var _value=
IF(
MAX('Table'[Increase])=BLANK(),
DIVIDE(
SUMX('Table',[Decrease]),_maxvalue),
DIVIDE(
SUMX('Table',[Increase]),_maxvalue))
return
IF(
_value=BLANK() && MAX('Table'[Balance])<>BLANK(),
0,_value)
2. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @assistant_sense ,
Here are the steps you can follow:
1. Create measure.
Measure =
var _maxvalue=MAXX(ALL('Table'),[Increase])
var _value=
IF(
MAX('Table'[Increase])=BLANK(),
DIVIDE(
SUMX('Table',[Decrease]),_maxvalue),
DIVIDE(
SUMX('Table',[Increase]),_maxvalue))
return
IF(
_value=BLANK() && MAX('Table'[Balance])<>BLANK(),
0,_value)
2. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
5 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
10 | |
3 | |
3 | |
2 | |
2 |