Forum Discussion

VinayakKarne's avatar
VinayakKarne
Frequent Visitor
6 years ago
Solved

Altering Line chart display

Hi Team,   I am currently trying to display the table data based on the summation of amount of months based on year and type. The data is need to be displayed on Line chart. The chart is updated ba...
  • Washivale's avatar
    Washivale
    6 years ago

    Hi VinayakKarne ,

     

    I have created dummy data, below are my numbers from initial table

     

    Initial Table

     

     

     

     

     

     

     

     

    Below is the snapshot of data post Unpivot on Month Name Columns, Post Unpivot i have renamed Attribute column to Month.

    Table post Unpivot

     

     

     

     

     

     

     

     

     

     

     

     

     

    Created a measure as suggested earlier.

     

    Measure for calculation

     

     

     

    create a table with Month names and Index to sort your graph by Month for sorting purpose, create relationship between newely created table with data table on Month

     

    January1
    February2
    March3
    April4
    May5
    June6
    July7
    August8
    September9
    October10
    November11
    December12

     

    below is the line chart with no selection on Type slicer

    Visual with No Type Selection

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    Visual with Giver Selection

    screenshot with Reciever selection on slicer.Visual with Reciever Selection

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    I hope this will help you in resolving your issue.

     

    Thank You,

    Washivale