Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register 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
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
93 | |
90 | |
84 | |
70 | |
49 |
User | Count |
---|---|
141 | |
120 | |
112 | |
60 | |
59 |