Forum Discussion
DAX Measure Error when a column is blank empty data points
- 4 years ago
Anonymous It is giving me this result
Anonymous You need to add "" while using True as a text.
Checked Finance = CALCULATE(SUM(FACT_NEWBI_NewSalesDashboard[SOOrderValue]),FILTER(FACT_NEWBI_NewSalesDashboard,FACT_NEWBI_NewSalesDashboard[SOPostingDate] = BLANK() && FACT_NEWBI_NewSalesDashboard[InvoiceNumber] = BLANK() && FACT_NEWBI_NewSalesDashboard[InvoiceChecked] = "True"))
- Anonymous4 years agoNot applicable
Hi Tahreem24, i did try that but getting the following error
- Tahreem244 years agoSuper User
Anonymous Try using "True()".
Checked Finance = CALCULATE(SUM(FACT_NEWBI_NewSalesDashboard[SOOrderValue]),FILTER(FACT_NEWBI_NewSalesDashboard,FACT_NEWBI_NewSalesDashboard[SOPostingDate] = BLANK() && FACT_NEWBI_NewSalesDashboard[InvoiceNumber] = BLANK() && FACT_NEWBI_NewSalesDashboard[InvoiceChecked] = True()))
- Anonymous4 years agoNot applicable
Here is some sample data.... not working
CreatedOn SOOrderValue SOPostingDate InvoiceChecked InvoiceNumber 20-Jan-22 £326.04 True 18-Jan-22 £2,780.8 True 19-Jan-22 £1,346.85 True 19-Jan-22 £119.02 True 20-Jan-22 £570.23 True 18-Jan-22 £1,159.81 True