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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
mrandall86
Frequent Visitor

Power Query: Custom Column, reference specific value from another query

Hi,

 

I have a query called IntroWindow with a date for 'HireDateFrom':

 

mrandall86_0-1717532313670.png

 

I want to be able to reference that for a custom column in the CurrentHeadcount query. I thought it would be something like the example below but, it isn't. Help would be greatly appreciated.

mrandall86_1-1717532477816.png

Thanks

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

the # sign is used in combination with double quotes.  You don't need that in your case as IntroWindow has no characters that need protecting.  Remove the #.

View solution in original post

2 REPLIES 2
mrandall86
Frequent Visitor

Absolutely correct - thank you 🙏

lbendlin
Super User
Super User

the # sign is used in combination with double quotes.  You don't need that in your case as IntroWindow has no characters that need protecting.  Remove the #.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors