Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi there,
I have a fact table joined with time table (timekey, many-to-one) and product table (productkey, many-to-one).
I want to create a flag with following logic but unsuccessful:
Flag = IF(product.sku = "xxxxxxxx" && time.date >= "mm/dd/yyyy", "N", "Y")
Is there any way I can use DAX functions to achieve this without changing the dataset?
Thanks,
are you trying to do this with a measure or with a calculated column ?
Help when you know. Ask when you don't!
Calculated column