Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
My data has multiple tables of multiple months. key columns are KPI name and KPI status.
I have two visuals :
1 - % of values per KPI name
2- % of values per KPI status
Now my problem is at a time i can either create KPI name relationship or KPI status relationship as power bi does nt support multiple column relationship
i tried concatenation of these 2 columns but that does not give desire results becuase i need specific visuals.
any solution to handle multiple column relationship ?
@Anonymous I agre with @Jimmy801 's approach if you want to merge the tables together, Power Query does support multi-column joins.
If you want to keep them separate, create a combo key column in both like:
Key = [Column1] & "-" & [Column2]
Then create your relationship using that column. But, since this is posted in Power Query so if @Jimmy801 answered your question, please mark his answer as the solution! Thanks!
Hello @Anonymous
or you connect them in Power Query Table.NestedJoin (you can specifiy more then one column for the join) or you create a new column where you concatenate all needed columns and join this new column
Hope this helps
BR
Jimmy
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 6 | |
| 5 |