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 need help w.r.t table visualization. I have all key information that changes on a daily basis in this manner 1st pic. I would like to bring in additional 2 columns from another table that are static. i.e all columns by date from 1st table and 2 additional static columns (HC and Capacity) from 2nd and 3rd table.
when I use matrix, it repeats HC and Cap for each date and shows same figure for all dates
@Aneutando , In power query you can merge the using a join with side.
Merge Tables (Power Query) : https://youtu.be/zNrmbagO0Oo
In DAX you can add columns like
like
Maxx(filter(Table2, Table2[site]= Table1[Site]),Table2[Company])
refer 4 ways (related, relatedtable, lookupvalue, sumx/minx/maxx with filter) to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
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 |
|---|---|
| 61 | |
| 59 | |
| 42 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 109 | |
| 101 | |
| 39 | |
| 29 | |
| 29 |