Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

State-transition table

Hello, I want to create a state-transition table using Power BI. My goal is something like the following table From 2014/To 2015 A B C   A 3 1 1 5 B 2 3 1 6 C 0 2 3 5 ...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Greg_Deckler I solved the problem. I used a table like the following:

     

    Start YearCategory StartEnd YearCategory EndAmount
    2013A2014A2
    2013B2014A3
    2014A2015B4

     

    Then I used category start as rows, category end as column and amount as values and two filters for start year and end year, respectively.

     

    Best regards