Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi everyone,
I need some help here.
I have created a card where I need to get the gross value.
I am trying to create a formula so that, if the gross value is blank, it will put "Nothing pending", but it will calculate the sum of the gross value.
However, it is giving me an error that I can't solve.
These are my formulas:
Solved! Go to Solution.
@afrutos , Power bi can have two data types for a measure , here text and number
what you can do is
Bruto NOBLANK = IF(ISBLANK([Sin liquidar]), "Nada pdte.", [Sin liquidar]& "" )
or
Bruto NOBLANK = IF(ISBLANK([Sin liquidar]), "Nada pdte.", format([Sin liquidar], "###,###.00") )
@afrutos , Power bi can have two data types for a measure , here text and number
what you can do is
Bruto NOBLANK = IF(ISBLANK([Sin liquidar]), "Nada pdte.", [Sin liquidar]& "" )
or
Bruto NOBLANK = IF(ISBLANK([Sin liquidar]), "Nada pdte.", format([Sin liquidar], "###,###.00") )
Thank you is totally working for me now, could you please explain it to me why you do that?
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 53 | |
| 42 | |
| 30 | |
| 24 |