The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I have a query called IntroWindow with a date for 'HireDateFrom':
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.
Thanks
Solved! Go to Solution.
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 #.
Absolutely correct - thank you 🙏
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 #.