Forum Discussion
Anonymous
7 years agoNot applicable
DAX Calculated Column Boolean Field - Double Amount Of Rows Expected Issue In Output Results
I would like a calculated Field to produce the "Type" field below in this context. Date Val1 Val2 Abs Value Diff Type 1/1/2018 5 4 1 Mismatch 1/2/2018 5 5 0 Match 1/3/20...
Ashish_Mathur
7 years agoSuper User
Hi,
You can simply created another measure
=IF([ABC - MH (ABS)]>0,"Mismatch","Match")
Anonymous
7 years agoNot applicable
I think the issue is my data model date connection, but it seems correct, but obvisouly the table is showing otherwise.
- Ashish_Mathur7 years agoSuper User
Hi,
Share the link from where i can download your PBI file.