Forum Discussion

Mladen's avatar
Mladen
Regular Visitor
9 years ago
Solved

Power BI Basics - Column charts

Hallo Everybody,   I just started using Power BI to produce some basic reports for our Management, but I'm not really able to produce the desired Visualizations. It should be something very simple ...
  • v-ljerr-msft's avatar
    v-ljerr-msft
    9 years ago

    Hi Mladen,

    The connection and slicers I used for Table1 are not working with NewTable. Do somebody know how to fix this?

    Not like measures, calculate tables/columns don't respond to user selections on the report. So your new created table won't be affected by the slicers on the your report.

     

    After reviewing your original dataset, I would suggest you use Unpivot option under Query Editor > Transform to unpivot your "2012 - product AAA - Sales", ... , "2016 - product BBB - Sales" columns first.

     

     

    Then, Split the "Attribute" column with "-".

     

     

    And Rename the columns like below.

     

     

    Last, you should be able to use a Matrix visual with "Product" as Rows, "Year" as Columns, and "Sales Revenue" as Values on the report. :smileyhappy:

     

     

    Regards