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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
DinaFlo
New Member

Fully Qualified Column error with Calendar Table

I'm working on a Measure to find my current data in the 'Funnel Data' table, based on the Current week (CurWeekOffset = 0) in the 'Calendar' table.

Current Admits = FILTER('Funnel Data', RELATED('Calendar'[CurWeekOffset] = 0))
 
The RELATED function is giving me a "Fully qualified column reference expected," but it seems like I am giving it a fully qualified column refence.
 
Does anyone happen to know what the issue might be?
I'm new to Power BI, and I'm working with student data, which functions differently than Sales data, so finding solutions for specific needs has been a challenge.
 
Thanks in advance!
Dina
1 ACCEPTED SOLUTION
johnt75
Super User
Super User

You just have a ) in the wrong place

Current Admits =
FILTER ( 'Funnel Data', RELATED ( 'Calendar'[CurWeekOffset] ) = 0 )

View solution in original post

2 REPLIES 2
DinaFlo
New Member

Ack.  Thank you!

johnt75
Super User
Super User

You just have a ) in the wrong place

Current Admits =
FILTER ( 'Funnel Data', RELATED ( 'Calendar'[CurWeekOffset] ) = 0 )

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.