Forum Discussion
Nesting of Calculation groups or Calculation Group items with measures
Hi! I desperately need your help with calculation groups... I am trying to get to the following result with nested calculation groups but am stuck...
I have created two calculation groups that gives me the correct values as follows in a Matrix:
I now want to nest the Rows into the columns to be able to show products on rows instead, like the picture above. How should I resolve that?
The rows are parts of a calculation groups with links to measures with the following code:
MTD Act = CALCULATE( TOTALMTD( SELECTEDMEASURE(), dim_fiscal_calendar[ledger_date]), fact_ledger_entry[ledger_kind] = "ActualBilling", fact_ledger_entry[source.fiscal_period_index] <> 0 )
MTD Act PY = CALCULATE( TOTALMTD (selectedmeasure(), sameperiodlastyear(dim_fiscal_calendar[ledger_date])) ,fact_ledger_entry[ledger_kind]="ActualBilling")
I am using the following measure as "VAlues" in the matrix
AmountSum = sum(fact_ledger_entry[amount])
Hope you can help!!
All the best
1 Reply
- parry2k
Super User
Oggie what is the precedence? check this video on my YT channel:
Learn how precedence setting in calculation groups help in interaction between visuals - Power BI