Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Dear,
I have created this conditional column with the following measure :
Solved! Go to Solution.
@Anonymous , if you have a blank invoice date
then
IF( not(isblank('Invoice Table'[date of the invoice] )) && 'Invoice Table'[date of the invoice]<= DATE(2020,03,16), "Yes", "No")
if this coming because on join with date table. Means Date table is missing joins.
@Anonymous , if you have a blank invoice date
then
IF( not(isblank('Invoice Table'[date of the invoice] )) && 'Invoice Table'[date of the invoice]<= DATE(2020,03,16), "Yes", "No")
if this coming because on join with date table. Means Date table is missing joins.
Hello,
Thank you very much !