Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

Showing Historical Trends

I have a report which shows the current open volumes for certain categories. I want to add a visual to the table which shows the historial trend from the previous week. This would be a green down arrow, or a red up arrow.

 

My data structure is essentially looks at a single sheet called 'Current'. When I add new data for the next week I rename that sheet WK1, WK2 etc... I then add the next or current data to 'Current'.

 

 

 

I have a very limited knowledge of DAX.

 

 


  • Anonymous wrote:

    I have a report which shows the current open volumes for certain categories. I want to add a visual to the table which shows the historial trend from the previous week. This would be a green down arrow, or a red up arrow.

     

    My data structure is essentially looks at a single sheet called 'Current'. When I add new data for the next week I rename that sheet WK1, WK2 etc... I then add the next or current data to 'Current'.

     

     

     

    I have a very limited knowledge of DAX.

     


    Anonymous

    You'll have to append the different sheets into one and add "weekNo" field to distinguish data. Alternatively, you can rename the sheets as "current","previous","wk1" etc and then always retrieve data from those two sheets in Power BI desktop.

1 Reply

  • Eric_Zhang's avatar
    Eric_Zhang
    Icon for Microsoft Employee rankMicrosoft Employee

    Anonymous wrote:

    I have a report which shows the current open volumes for certain categories. I want to add a visual to the table which shows the historial trend from the previous week. This would be a green down arrow, or a red up arrow.

     

    My data structure is essentially looks at a single sheet called 'Current'. When I add new data for the next week I rename that sheet WK1, WK2 etc... I then add the next or current data to 'Current'.

     

     

     

    I have a very limited knowledge of DAX.

     


    Anonymous

    You'll have to append the different sheets into one and add "weekNo" field to distinguish data. Alternatively, you can rename the sheets as "current","previous","wk1" etc and then always retrieve data from those two sheets in Power BI desktop.