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.
Hello!!
First time poster to this forum! HELPP.. I am struggling with this formula.. I have these three columns:
Scheduled End Date Extended End Date Actual End Date
It is like a funnel, so everyone has scheduled end date filled out, and then a good chunk have extended end date, and then only a few have actual end date --
I want to add a new column with an if statement, that if there is an actual end date, use that, if not then if there is a extended end date, use that date, else use schedule end date
Can someone help me with writing this formala exactly so I can copy paste? Thanks in advance!
Hannah
Use this
= [Actual End Date]??[Extended End Date]??[Scheduled End Date]
thanks for your response! can you write it out completely?
The above one is complete.
?? is Coalesce operator like other operators such as or, and etc..
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 |
---|---|
8 | |
6 | |
6 | |
6 | |
5 |
User | Count |
---|---|
9 | |
9 | |
8 | |
6 | |
6 |