Emilia_Maria
New Member
- Joined
- May 11, 2022
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
Dear Community,
I'm working currently on a visualisation for my work. I have data on companys, years, quarters and indicators. An indicator alfa is an average of 3 other indicators: beta, sigma delta. I wanna create a table in Power BI showing company name, quarter 4 of the previous year, quarter 4 of the current year, the difference of the indicator alfa and the contribution of the indicators beta, sigma, delta to this difference. I'm wondering if such a thing is possible in Power BI. I attached my excel file
I'm working currently on a visualisation for my work. I have data on companys, years, quarters and indicators. An indicator alfa is an average of 3 other indicators: beta, sigma delta. I wanna create a table in Power BI showing company name, quarter 4 of the previous year, quarter 4 of the current year, the difference of the indicator alfa and the contribution of the indicators beta, sigma, delta to this difference. I'm wondering if such a thing is possible in Power BI. I attached my excel file
Example_Indexes.xlsx | |||||||||
---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | |||
1 | Firm | Year | Quarter | alfa | beta | sigma | delta | ||
2 | A | 2015 | 1 | 0,15 | 0,12 | 0,13 | 0,2 | ||
3 | A | 2015 | 2 | 0,193333 | 0,1 | 0,25 | 0,23 | ||
4 | A | 2015 | 3 | 0,236667 | 0,08 | 0,37 | 0,26 | ||
5 | A | 2015 | 4 | 0,28 | 0,06 | 0,49 | 0,29 | ||
6 | A | 2016 | 1 | 0,323333 | 0,04 | 0,61 | 0,32 | ||
7 | A | 2016 | 2 | 0,366667 | 0,02 | 0,73 | 0,35 | ||
8 | A | 2016 | 3 | 0,41 | 0 | 0,85 | 0,38 | ||
9 | A | 2016 | 4 | 0,453333 | -0,02 | 0,97 | 0,41 | ||
10 | B | 2015 | 1 | 0,2 | 0,14 | 0,35 | 0,11 | ||
11 | B | 2015 | 2 | 0,226667 | 0,32 | 0,29 | 0,07 | ||
12 | B | 2015 | 3 | 0,23 | 0,21 | 0,31 | 0,17 | ||
13 | B | 2015 | 4 | 0,248889 | 0,293333 | 0,276667 | 0,176667 | ||
14 | B | 2016 | 1 | 0,263889 | 0,328333 | 0,256667 | 0,206667 | ||
15 | B | 2016 | 2 | 0,278889 | 0,363333 | 0,236667 | 0,236667 | ||
16 | B | 2016 | 3 | 0,293889 | 0,398333 | 0,216667 | 0,266667 | ||
17 | B | 2016 | 4 | 0,308889 | 0,433333 | 0,196667 | 0,296667 | ||
Arkusz1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D2:D17 | D2 | =AVERAGE(E2,F2,G2) |