Forum Discussion
JamesBurke
1 year agoHelper III
Connected
Hi All , Struggling with some basic dax. I have a measure onnected Status =
IF(
ISBLANK([Working Days in This Period]) || ISBLANK([Working Days in This Period 2]),
BLANK(),
IF([Days Mis...
danextian
1 year agoSuper User
Hi JamesBurke
As always, please post a workable sample data - not an image, a link to an excel file, etc - and your expected result from that.