The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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