Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Aneutando
New Member

Visual

 

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_0-1687815306139.png

 

1 REPLY 1
amitchandak
Super User
Super User

@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

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.