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.
Relatively new to Power BI, and have used this site plenty of times for assistance; figured I'd make my own post now after some prior digging. From what I've learned so far of PBI, this seems like a particularly unique request.
I have two tables, from two separate queries, and I'm looking to search one column from each for similar values, to either link or combine into a new value that I'd use to search. Its worth noting as well that one of the columns is custom.
Below is an example of the tables:
Table1, "Machine Type" column is the custom one I made based on the machine name. The goal is to be able to select "Server" or "Workstation" in a filter, and have SERVERs or WORKSTATIONs show in Table1, and Server_Maint or Wrk_maint show in Table2.
I hope I have explained this well; certianly let me know if any clarification is needed. Any help is appreciated, and thank you for the past assistance!
-Frank V.
Hi @FrankieVee ,
Has your problem been solved?
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @FrankieVee ,
It seems that as long as the table relationship is created.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
After joining Company column in both the table then Create New column in Table 1:
Could you please show the screenshot of the expected result that you want to get?
Proud to be a Super User!
@FrankieVee , if these tables are joined on common key like company, you will be able to do.
else create machine type in Table 2 also based on billed Item
You can use containsstring
https://docs.microsoft.com/en-us/dax/containsstring-function-dax
Create a common dimensions of machine type, company and analyze them together
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
72 | |
38 | |
30 | |
28 |
User | Count |
---|---|
99 | |
88 | |
62 | |
42 | |
39 |