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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
vchan
Regular Visitor

How to visualize data from a long term plan consisting of multiple spreadsheets

Hi,

 

I am new to both Power BI and this forum, so I apologize in advance if I am asking something obvious.

 

Suppose I have 4 spreadsheet tabs all looking like this:

 

Asset     2019       2020       2021

A             $              $              $

B             $              $              $

C             $              $              $

 

The first tab contains Labor Costs, second contains Material Costs, third contains Admin Costs, and fourth contains EBITDA. The current relationships among the tables are linked only by Asset as the key.

 

Questions:

  1. How could I display in the first chart the trend of the Sum (Labor, Material, Admin) by Asset by year (x-axis), and the trend of EBITDA by Asset by year (x-axis)? [NTD: The objective is to see if Costs are rising faster than EBITDA.]
  2. How could I display in a second chart the 2019-2021 Average (Labor, Material, Admin) by Asset in a pie-chart? And a third chart the 2019-2021 Average EBITDA by Asset in a pie-chart? [NTD: The objective is to see if a certain Asset is responsible for an out-sized Cost or EBITDA.]

Thanks very much in advance for your time.

6 REPLIES 6
Anonymous
Not applicable

@vchan,

You would need to unpivot columns in each table, and append cost tables in a single table, then create relationship between the appended table and the EBITDA table. For more details about how to create the two charts, please review attached PBIX file.

1.PNG

Regards,
Lydia

Hi Lydia,

 

Thank you so much for taking the time to respond to my questions. I was hoping there would be a solution that does not involve "unpivoting" or normalization of the costs tables, and still would allow me to visualize the data in ways similar to the following:

 

20181011 Sample visualization

 

where the Costs and EBITDA are the average Costs and average EBITDA of each Asset over 2019-2021. So far, I could only do this by first calculating the 2019-2021 averages into a table. Any instructions that could show me how I could save this first step, perhaps by joining the Costs tables in some ways, would be greatly appreciated. Thanks much in advance.

vchan
Regular Visitor

20181011 Sample visualization.PNG

Anonymous
Not applicable

@vchan

Do you need to add Year to X-Axis in your bar chart? Could you please share me your current PBIX file?

Regards,
Lydia

Hi Lydia,

 

Adding "Year" to the x-axis would be informative, but I could live with only being able to see one year at a time (or the average of a few years) like the graphs I have included on Oct 11. Having said that, the bigger challenge for me is how I could avoid the process of normalizing the data supplied to me in the format as per attached every time the forecasts are updated. (Please see attached Excel documents.) I apologize I do not have authority to share the pbix file which contain commercially confidential projections. Thanks much in advance.

 

Regards,

H:\Other Content\Data\Work\Archives\2018\Analytics\20180910 Pjt 26 Digitization potentials for CPC\S...

 

H:\Other Content\Data\Work\Archives\2018\Analytics\20180910 Pjt 26 Digitization potentials for CPC\S...

Victor

Anonymous
Not applicable

@vchan,

I am unable to access the above link. You can share dummy data of your table here and post expected result based on sample data. And you can upload Excel file to OneDrive and then post shared link of Excel file here.

Regards,
Lydia

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors