Forum Discussion
ChrisPBI
10 years agoAdvocate III
Display Percent Changes alongside a Line Chart
Hello everyone, is it possible to display percent changes alongside a line chart? That is my use case: I would like to display this in the graph ...
- 10 years ago
- Create a calendar table.
calendar TABLE = CALENDAR("2001-01-01","2016-12-31") - Map one:many relationship.
- Change your measure to
LastYearAmount = CALCULATE(SUM('GGE Amounts'[GGE in kg CO2e]),PREVIOUSYEAR('calendar TABLE'[Date])) - Done
Check the details in the attached pbix, the unzip password is sent via private message.
- Create a calendar table.
Ashish_Mathur
8 years agoSuper User
Patt
8 years agoFrequent Visitor
The data set shows staff levels (each liene and average salary (y-axis) from 2010 to 2017 (x-axis). I would like to show the year on year percent change for salary over the 2010 to 2017 period on the graph. Screenshot of the data and graph are attached. The data used for the line chart are the engineer types, engineer salary and date (dd/mm/yyy).
completed line chartDataset
- Ashish_Mathur8 years agoSuper User
Hi,
Share the link from where i can download your file.