Hi togheter
Now I got a tool where I can setup most things with a gui and it *should* be not that hard to use. But for a newbie in the BI-World it still is way too hard for me. =)
Now I got a table like:
<thbody></thbody>
Name | Employment | Modified Date | Modified Time |
---|---|---|---|
Hans | 100 | 13.02.19 | 12:00:00 |
Hans | 80 | 15.03.19 | 14:00:00 |
Fritz | 100 | 14.02.19 | 13:00:00 |
And I need to make 2 repots, one showing just current values and one which showes values over a time-axis.
Pivot Table 1: (don’t sum, but show last entry by date per Employee)
Name | Employment |
---|---|
Hans | 80 |
Fritz | 100 |
Pivot Table 2: (don’t sum, but show last entry by current date dimension per Employee)
Name | Feb 19 | Mar 19 |
---|---|---|
Hans | 100 | 80 |
Fritz | 100 | 100 |
Now I did try to set the measure "Empoyment" to "SUM" and "Last Child" but SUM, just doesn't get where I need and "Last Child" did remove the whole pivot table, so there where not even anymore the Names left.
I'm also able to do some basix MDX, but i think this goes to far for me. Any hint apprieciated!