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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi all,
I have a PBI file connected to two different databases.
However, this databases are similar columns but one database is filled in by mechanics and other by quality control.
For instance:
Database 1: Columns "Part Number" "Fail Description"
Database 2: Columns "Part Number" "Fail Description"
The information is not duplicated. IF a mechanic observes a fail, record it. But if a quality person observes a fail reported too.
I would like to put a graph with the "part Number" with more fails and a table with the Part number and the description.
I think that I should create a new column that includes all lines from database 1 and 2. Is that right ?
Solved! Go to Solution.
I would union the table. So you would have something like
Then can easily sum\count and slice by the identifier of the failure
Hi @jps_HHH ,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
Regards,
Rama U.
I would union the table. So you would have something like
Then can easily sum\count and slice by the identifier of the failure
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 54 | |
| 51 | |
| 39 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |