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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
agustira97
Frequent Visitor

query referenced calculated column doesnt hold any data because there is an error in its expression

I have an error in my visual like this,

agustira97_0-1674207831483.png

I click the "see details" and the detail of the error is like this:

agustira97_1-1674207892981.png

how this is happen?
I made [Month_] expression on Visual Studio, and there's no issue, no error and no exclamation mark in my expression. Can any one have an experience with this issue?

Thank you.

*this my [Month_] calculated column formula:
= IF(HRD[Years] = YEAR(TODAY()), IF(HRD[Year Month2]=MAX(HRD[Year Month2]),1,0),IF(HRD[month]=MAX(HRD[month]),1,0))

*this my [Year Month2] calculated column formula:

=HRD[Years]*100+HRD[month]

*Year it's just a year (example: 2020, 2021, 2022, etc.)

1 REPLY 1
amitchandak
Super User
Super User

@agustira97 , the Column Seems fine. Are you using direct query ?

 

Can you share what exactly you are trying to achieve

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors