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
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 |
|---|---|
| 57 | |
| 33 | |
| 33 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 67 | |
| 45 | |
| 30 | |
| 28 |