Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
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 April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
76 | |
73 | |
71 | |
49 | |
41 |
User | Count |
---|---|
54 | |
48 | |
33 | |
32 | |
28 |