Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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! | |