Forum Discussion
Using Greater than in a IF foumla
- Anonymous8 years ago
Dear Glenda
Try this:
Policy = IF( and( value( W_DAY_D[Year]) = 2017, value(FORMAT( W_DAY_D[Date], "YYYYMMDD")) < 20170901 ) ,"my True", "my False")
My result
GlendaYou are welcome.
Can you post your script here (your last comment).
Maybe I'll help your case and your expectation.
Regards.
Hello all,
I am having troubles implementing this formala in one of my BI:
Badge Completion Status = if('Badges table'[Badges]="Bronze",IF([Badge count]>=3,"Complete","Not Complete"),IF('Badges table'[Badges]="Silver",IF([Badge count]>=2,"Complete","Not Complete"),IF('Badges table'[Badges]="Gold",IF([Badge count]>=4,"Complete","Not Complete"))))
It seems to work perfectly in Excel, but not in BI.
Short explanation: i want to show completion status based on number of badges received. If greater or equal than x, then show completed. Can you please help me? See below screen shot which shows incorrect results...
thanks in advance
Kevin