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, which measure can i use in Power BI Desktop if the text in a table is empty, than use another use another text?
Column = COALESCE('Table'[PO],"Replacement Text")
Hi,
Can you expand on this a bit more and maybe post some sample data? It sounds like you just want to use an IF statement in your measure to show one field but replacement text if it's blank. if so something like the below should work:
IF(ISBLANK('Table'[Field]),"Replacement Text", 'Table'[Field])
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Hi, thank you. But with this formule i can select only measures and not tables. Do you know how to select a table with this measure?
You could use a calculated column to select table fields instead of a measure
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
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 | |
| 21 | |
| 20 | |
| 18 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 51 | |
| 38 | |
| 31 | |
| 26 |