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 team, hope that someone would be able to help, the issue is related to power automate.
When i`m bringing in values from a related table, with the =related formula it works jsut fine
When i add an IF clause like =if('Output'[Month to Nr]=value("1").related('Input'[Business])."false") it gives me the error in the title. any idea how i could fix it? i have tried numerous variations.
EDIT : i tried the following as well : if('Output'[Month to Nr]=VALUE("1").value(related('Input'[Business]))."false") gives the same error.
Where have you seen syntax like this:
value("1").related('Input'[Business])."false"
???
This certainly is not DAX.