Forum Discussion
vtilokani
2 years agoRegular Visitor
Incorrect Results using DAX
Hello folks, I have a table in which there are three columns. First column is Order Status which has either of the two values Delivered or Not Delivered. The second column, Delivery date, which has ...
HotChilli
2 years agoCommunity Champion
It'll be caused by using '>' (is greater than) and the 'text' datatype of the 2 fields concerned. If they are dates/datetimes, you should probably use the appropriate datatype.