Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare 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
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
115 | |
112 | |
105 | |
95 | |
58 |
User | Count |
---|---|
174 | |
147 | |
136 | |
102 | |
82 |