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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
minimum amount is -8 and i want to exclude it on card visualization
i need the miniumum amount to be >= 12
i tried to write a measure using IF function but i failed. PLEASE help
Solved! Go to Solution.
Elaborate with images and dax expression. If possible share a sample data in tabular form.
sample:
| first name | payment |
Charlie | 12 |
| jouseph | 9 |
| noah | -10.27 |
i need to calculate the minimum payemnt with one condition it has to be >= positive number
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 7 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 15 | |
| 11 | |
| 11 | |
| 9 |