Forum Discussion

metcala's avatar
metcala
Icon for Helper III rankHelper III
2 years ago
Solved

Forecast/Actuals based on current date

Hi there   I currently have two separate tables one containing actual costs by project by month and the other containing the forecast by project by month.   Actuals   Project Month Cost ...
  • parry2k's avatar
    2 years ago

    metcala what is your backend source? If it is some SQL server, you can view it with the unique value, if not then you can easily do it in PQ, assuming the forecast table has all the projects.

     

    - right click on the forecast table and click reference, it will duplicate the forecast table

    - select project column, right-click, remove other columns

    - select the project column, and right-click, select remove duplicates.

     

    rename this table as you see fit and here you have a table with unique values of all the projects.