Forum Discussion

vipett's avatar
vipett
Helper III
2 years ago
Solved

Matrix with additional columns

I use a matrix to to display Forecast per month by product. As I also want to compare the average first six months' forecast with same period last year and what we have on orders. Today I do that in ...
  • danextian's avatar
    2 years ago

    Hi vipett ,

    Achieving your goal is possible, but it involves utilizing advanced DAX/PQ techniques. Essentially, you need to generate a table with a column storing the period, total, and additional columns. This task can be accomplished using either DAX or M. Subsequently, you create a measure to retrieve the desired value based on the specified period/total/extra columns. The structure of your table would resemble the following:

    Please see attached sample pbix.