Learn 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...
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 47 | |
| 36 | |
| 27 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 56 | |
| 38 | |
| 21 | |
| 21 |