Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
So I have a calculated group that I calculate current season and last season but I want when I drop the measure in a matrix I want to have net revenue current season side by side net revenue last season, room night current season side by side room night last season. Its like i want to reverse the 2 headers, to have Name at the top and above have the selected. Does anybody knows how i can do that?
Hope I make it understandable.
This is the Item into the Calculation Group:
VAR hel = SELECTEDVALUE ( 'Season (2)'[SeasonalYear] ) RETURN CALCULATE( SELECTEDMEASURE(), ReservationLine, ReservationLine[SeasonalYear] = hel, 'Hotel Budget'[SeasonalYear] = hel )
and this is the item into the same Calculation Group:
VAR hel = SELECTEDVALUE ( 'Season (2)'[SeasonalYear] ) VAR hel1 = hel - 1 VAR hel2 = YEAR ( TODAY () ) VAR hel3 = IF ( hel > hel2, DATE ( YEAR ( TODAY () ) - 1, MONTH ( TODAY () ), DAY ( TODAY () ) ), DATE ( YEAR ( TODAY () ), MONTH ( TODAY () ), DAY ( TODAY () ) ) ) RETURN CALCULATE( SELECTEDMEASURE(), 'Calendar Reservation'[Date] <= hel3, ReservationLine, ReservationLine[SeasonalYear] = hel1, 'Hotel Budget'[SeasonalYear] = hel1 )
I have the same problem...
| User | Count |
|---|---|
| 53 | |
| 42 | |
| 32 | |
| 15 | |
| 13 |
| User | Count |
|---|---|
| 84 | |
| 72 | |
| 37 | |
| 27 | |
| 24 |