Forum Discussion

rcmv's avatar
rcmv
New Member
3 years ago
Solved

How to create dimension tables correctly with this input?

Hi! I have a table on a Excel file that looks like this: I imported this table into the PowerBI Desktop and I dismantle it into two dimension tables (Year and KPI). See images below: ...
  • ppm1's avatar
    3 years ago

    Here are some suggested modeling changes:

    • Unpivot your company columns
    • If you only have one column in your KPI table, you may not need it
    • Not sure what the TTM rows are but you possibly could filter those out and calculate that value dynamically with a measure (or convert TTM to a date or integer value)

    Pat