The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi everyone,
I'd like to merge two queries together, by comparing 2 columns. Is this possible? If not, any suggestions for a suitable work-around?
I have queries 'Quota' and 'Forecast'. I would like to merge 'Forecast' with 'Quota' when :
'Quota'[Territory] = 'Forecast'[Territory] && 'Quota'[Date] = 'Forecast'[Date]
Any help would be greatly appreciated.
Thanks!
Theo
Solved! Go to Solution.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsRegards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsCan't believe I didn't try that.
Thanks very much!