Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi Everyone:
I am creating a new column and I want the formula to give me blank if the "Result" column has null on it. WHat I'm doing wrong? I have been trying to fix the "else if" but it's pretty different than doing it on excel. ![]()
Solved! Go to Solution.
These are different formulas that I have been try to use but always get the "Token Eof expected".
IF [Result] =null then null else if [Result]>=3 then 1 else 0
if ([Result] =null, "",if([Result]>=3,1,0))
if [Result] = "" then "" else [Result]>=3 then 1 else 0
Any tips?
hi @jmuniz
Change "" to null in small case.
Hope that resolves the problem.
If this is the solution then do mark it as a solution and do click on the Upvote button.
Regards,
Pradip Microsoft Certified Trainer
Hi @PradipMCT
After your recommendation I fixed the first part. To give you a background of my purpose of the new column is the following: If the numbers on the "Result" column is 3 or more, give me 1, if not, give me 0. However, since some of the numbers on the "Result" column are in blank, I want power bi to return those as blank also. ![]()
The final purpose is that I will count how many employees have 3 or more.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |