Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
8 | |
7 | |
4 | |
3 |