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 August 31st. Request your voucher.
Why are the negative values blank when using my [Revenue Formatted] measure? I was expecting the FORMAT to convert into a parenthesis (negative number) based on the formats I applied in the SWITCH function. Please help me resolve.
OneDrive Link to PBIX: SampleProject.pbix
Solved! Go to Solution.
Hi @PowerBIET - To handle negative values, you need to add a condition for sales < 0 or rework the logic so negative values fall through to the appropriate FORMAT string. Here's the corrected measure:
Please find the attached pbix FYR
Proud to be a Super User! | |
Hi @PowerBIET - To handle negative values, you need to add a condition for sales < 0 or rework the logic so negative values fall through to the appropriate FORMAT string. Here's the corrected measure:
Please find the attached pbix FYR
Proud to be a Super User! | |