Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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
User | Count |
---|---|
98 | |
75 | |
69 | |
49 | |
26 |