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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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