The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
56 | |
54 | |
53 | |
47 | |
30 |
User | Count |
---|---|
175 | |
88 | |
69 | |
48 | |
47 |