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.
Hi Community,
I am new powerbi user and I just wanted help with a dax formula that can help scale my outliers to a single value.
I am trying to scale down Monthly Income which sits with outliers greater than a $1M and I am trying to bring all the values that are greater than that down to $150k.
Your assistance would be greatly appreciated
Solved! Go to Solution.
Hi!
You can create a calculated column like this:
Calc column = IF([Monthly Income] > 1000000, 150000, [Monthly Income])
Hi!
You can create a calculated column like this:
Calc column = IF([Monthly Income] > 1000000, 150000, [Monthly Income])
Thank you so much
User | Count |
---|---|
22 | |
14 | |
11 | |
9 | |
6 |
User | Count |
---|---|
23 | |
23 | |
20 | |
15 | |
10 |