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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
laciodrom_80
Helper IV
Helper IV

Calculated column / measure for sankey diagram

Hi guys,

 

I've got these two tables:

 

Table1 columns

ID - WEIGHT - SOURCE - DESTINATION

 

Table2 columns

Column: ID - DATE - VALUE

 

The two tables are linked by ID column, I would to have a sankey diagram which uses columns in Table1, but WEIGHT should be a calculated one (or a measure) computed summing all matching (by ID) values in column VALUE of Table2. Then using a slicer by DATE column I would like to filter sankey diagram by date.

 

How should I rightly calculate WEIGHT column (also using a measure) ?    

Hi guys,

 

I've got these two tables:

 

Table1 columns

ID - WEIGHT - SOURCE - DESTINATION

 

Table2 columns

Column: ID - DATE - VALUE

 

The two tables are linked by ID column, I would to have a sankey diagram which uses columns in Table1, but WEIGHT should be a calculated one (or a measure) computed summing all matching (by ID) values in column VALUE of Table2. Then using a slicer by DATE column I would like to filter sankey diagram by date.

 

How should I rightly calculate WEIGHT column (also using a measure) ?    

 

Thanks a lot for any hint

Hi guys,

 

I've got these two tables:

 

Table1 columns

ID - WEIGHT - SOURCE - DESTINATION

 

Table2 columns

Column: ID - DATE - VALUE

 

The two tables are linked by ID column, I would to have a sankey diagram which uses columns in Table1, but WEIGHT should be a calculated one (or a measure) computed summing all matching (by ID) values in column VALUE of Table2. Then using a slicer by DATE column I would like to filter sankey diagram by date.

 

Hi guys,

 

I've got these two tables:

 

Table1 columns

ID - WEIGHT - SOURCE - DESTINATION

 

Table2 columns

Column: ID - DATE - VALUE

 

The two tables are linked by ID column, I would to have a sankey diagram which uses columns in Table1, but WEIGHT should be a calculated one (or a measure) computed summing all matching (by ID) values in column VALUE of Table2. Then using a slicer by DATE column I would like to filter sankey diagram by date.

 

How should I rightly calculate WEIGHT column (also using a measure) ?    

 

Thanks a lot for any hint

Hi guys,

 

I've got these two tables:

 

Table1 columns

ID - WEIGHT - SOURCE - DESTINATION

 

Table2 columns

Column: ID - DATE - VALUE

 

The two tables are linked by ID column, I would to have a sankey diagram which uses columns in Table1, but WEIGHT should be a calculated one (or a measure) computed summing all matching (by ID) values in column VALUE of Table2. Then using a slicer by DATE column I would like to filter sankey diagram by date.

 

How should I rightly calculate WEIGHT column (also using a measure) ?    

 

Thanks a lot for any hint

Hi guys,

 

I've got these two tables:

 

Table1 columns

ID - WEIGHT - SOURCE - DESTINATION

 

Table2 columns

Column: ID - DATE - VALUE

 

The two tables are linked by ID column, I would to have a sankey diagram which uses columns in Table1, but WEIGHT should be a calculated one (or a measure) computed summing all matching (by ID) values in column VALUE of Table2. Then using a slicer by DATE column I would like to filter sankey diagram by date.

 

How should I rightly calculate WEIGHT column (also using a measure) ?    

 

Thanks a lot for any hint

Hi guys,

 

I've got these two tables:

 

Table1 columns

ID - WEIGHT - SOURCE - DESTINATION

 

Table2 columns

Column: ID - DATE - VALUE

 

The two tables are linked by ID column, I would to have a sankey diagram which uses columns in Table1, but WEIGHT should be a calculated one (or a measure) computed summing all matching (by ID) values in column VALUE of Table2. Then using a slicer by DATE column I would like to filter sankey diagram by date.

 

I've tried this calculated column  WEIGHT = Sum('Table2'[VALUE]) but it doesn't work wellSmiley Frustrated

 

How should I rightly calculate WEIGHT column (also using a measure) ?    

 

Thanks a lot for any hint

 

Luca
1 ACCEPTED SOLUTION
v-frfei-msft
Community Support
Community Support

Hi @laciodrom_80,

 

I made one sample for your reference, if it doesn't meet your requirement, kindly share your sample data anc excepetd result to me.

 

Create a measure.

 

Measure = CALCULATE(SUM(Table1[WEIGHT]))

Capture.PNG

 

For more details, please check the pbix as attached.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

2 REPLIES 2
v-frfei-msft
Community Support
Community Support

Hi @laciodrom_80,

 

I made one sample for your reference, if it doesn't meet your requirement, kindly share your sample data anc excepetd result to me.

 

Create a measure.

 

Measure = CALCULATE(SUM(Table1[WEIGHT]))

Capture.PNG

 

For more details, please check the pbix as attached.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Hi @laciodrom_80,

 

Does that make sense? If so, kindly mark the answer as solution to close the case.


Regards,
Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.