Forum Discussion

pankajdeol's avatar
pankajdeol
Frequent Visitor
9 years ago
Solved

Line and stacked column chart

Hello Friends, I am new to Power BI and got stuck in my first assignment. Please help.  I have two tables, in one I have a date column (mm/dd/yyyy hh:mm:ss) and one "Order ID" column. In 2nd table I...
  • v-ljerr-msft's avatar
    9 years ago

    Hi pankajdeol,

     

    According to your description above, you should be able to follow steps below to create the line and stacked column chart.:smileyhappy:

     

    1. Create an individual Calendar table using formula below.

     

    Date = CALENDARAUTO()

     

    2. Create relationships between the Calendar table and both the two tables with Date columns.

     

     

    3. Use date column from the Calendar table as Shared axis for the chart.

    Regards

  • pankajdeol's avatar
    pankajdeol
    9 years ago

    Thanks v-ljerr. This works great. I have one more doubt if you can help pls. When I am using date as shared axis either it takes month or year. How to display year and Month both and how to sort that as in excel.