Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi - I am extreamly novice to Power BI, but feel I have self taught myself well at least to this extent anyway. I have one probelm area that I cannot overcome and that is with creating a reationship based on multiple columns. I have two columns "Drv1" and Drv2" in one table called, C51F and "Drv1" and "Drv2" to another table called, Driver Name. The table Driver Name also has a column called, "Driver Names". I'm attemtping to relate Drv1 and Drv2 so that I can report the Driver Name for both Drv1 and Drv2.
Solved! Go to Solution.
The best approach to simplify things would be to unpivot the Drv columns in one or both tables, so you can make a single relationship between the two tables.
Pat
hi @rdstone230
an intuitive way would be to create a new column in both tables with Drv1 and Drv2 in Power Query Editor or with DAX code like:
Column = COMBINEVALUES("-", [Drv1], [Drv2])
hi @rdstone230
an intuitive way would be to create a new column in both tables with Drv1 and Drv2 in Power Query Editor or with DAX code like:
Column = COMBINEVALUES("-", [Drv1], [Drv2])
The best approach to simplify things would be to unpivot the Drv columns in one or both tables, so you can make a single relationship between the two tables.
Pat
Thank you. This was the simplist fix!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
63 | |
63 | |
53 | |
39 | |
25 |
User | Count |
---|---|
85 | |
57 | |
45 | |
43 | |
38 |