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.
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