Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

90 Day Rolling Average - plotted over time

if[One Time Fee] > 75000 then ">$75K" 
else if[One Time Fee] <= 75000 and [One Time Fee] > 50000 then "$50-$75K" 
else if[One Time Fee] <= 50000 and [One Time Fee] > 25000 then "$25K-$50K" 
else if[One Time Fee] <= 25000 and [One Time Fee] > 10000 then "$10K - 25K" 
else if[One Time Fee] <= 10000 and [One Time Fee] > 0 then "$0K - $10K" 
else if[One Time Fee] = 0 then "Zero$"

Hi All i am getting a Token Else Expected error, but it appears i have the correct logic.  What am i missing?

Thanks,

Nick

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Figured it out, missing the last else statement.

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Figured it out, missing the last else statement.

 

dax
Community Support
Community Support

Hi Nick22kelly,

So it seems that you solve this problem, right? If so and if you'd like to, you could mark corresponding post as answer or share your solutions. That way, people who in this forum and have similar issue will benefit from it.

Thanks for your understanding and support.
Best Regards,
Zoe Zhi

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Disregard the subject line i forgot to update it.  Should be "Custom Column Token Else Expected error"


Thanks

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.