Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
20 | |
14 | |
10 | |
9 | |
6 |