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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Pablinho
Helper I
Helper I

Calculated Column not being executed

Hello!

 

I have a table called Progression1 with a calculated column generated with the following code:

Rate= CALCULATE(sum(Masterfile1[Awarded]),Masterfile1[STATUS]="GRD",Progression1[Term])/42.34)
 
It works perfectly, and it creates a column with the values that I need. However, when I try to replicate in my second table called Progression2, like this:
Rate= CALCULATE(sum(Masterfile2[Awarded]),Masterfile2[STATUS]="GRD",Progression2[Term])/42.34)

Nothing happens. I don't get the usual loading screen and seems like the code is not being executed at all. If I click anything afterwards the calculated column goes back to the default Column =

Anyone has any idea why does this happens? Is it something on my end?
 
Thank you!
 



3 REPLIES 3
lbendlin
Super User
Super User

Are Progression1[Term] and Progression2[Term] boolean values (evaluating to true or false)?

Hello!

They are not, they are numeric values.

then you need to refactor your query.  Filters are expected to either be tables or booleans.

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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