Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi all - trying to fill with a new column using the following formula - shows no initial syntax errors but errors at run time:
if [Status] = "A" or "INTL" or "F"
and [Status Date] < 04/01/2021
then "Yes"
else
if [Status] = "T" and
[Status Date] >= 03/01/2021
then "Yes"
else "No"
Any help would be greatly appreciated...
With challenges like this, reduce the query to something simple that works, e.g. if [Status] = "INTL" then "y" else "n"
- then add something in which gets a bit closer to the final version. If it breaks, investigate that.
power query i believe
power query or dax?
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.