Forum Discussion

Adam_089's avatar
Adam_089
Regular Visitor
3 years ago
Solved

Problems displaying a normal time series

Hi,   I have the following information and just want to get it displayed as a normal time series. With the date on the X axis and the value on the Y, but I am getting a really random line graph out...
  • DOLEARY85's avatar
    3 years ago

    Hi,

     

    try using a measure for the costs column:

     

    Measure  = CALCULATE(MAX('Table Name'[Costs]),ALLEXCEPT('Table Name','Table Name'[Date]))
     
    If I answered your question, please mark my post as solution, Appreciate your Kudos 👍