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 September 15. Request your voucher.
I have an orders table that pulls in one address per order. I seperately have an address table that offers multiple variations of a specific address in different columns. My goal is to return a "Y" if the address in the orders table matches any of the addresses in the address table. These addresses are the store addresses and I'm trying to find how many orders are going to the store vs. the buyers home address.
So in this case, two of the orders (1001 & 1002) went to the store address and order 1003 went to a non-store address. The issue is matching to one of multiple columns in the address table as the same address could have different variations (Road. Rd. Rd) etc.
Solved! Go to Solution.
@awitt ,
You just need to select Unpivot Columns in Query Editor first.
https://community.powerbi.com/t5/Desktop/matrix-to-table-help/td-p/329415
@awitt ,
You just need to select Unpivot Columns in Query Editor first.
https://community.powerbi.com/t5/Desktop/matrix-to-table-help/td-p/329415