Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello, I am trying to create a new measure but it does not recognize the fields of the tables.
In this case he wants me to show 0, instead of "blank" when the field is empty.
But in problem I have it with any DAX function that I want to use, IT DOES NOT RECOGNIZE THE NAME OF THE FIELDS.
Thank you
Solved! Go to Solution.
Excellent, it was very useful.
Thanks a lot
@Syndicate_Admin , Create a new column, You are creating a measure when you need aggregation
new column =
Coalesce([Lead Time],0)
Measure = Sum(Table[Lead Time])+0
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 58 | |
| 53 | |
| 43 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 123 | |
| 108 | |
| 44 | |
| 32 | |
| 24 |