Forum Discussion

DEMDEJ's avatar
DEMDEJ
Frequent Visitor
3 years ago
Solved

Calculate Threshold Analysis

This is what I want to do:   But I have two issues that I have been stuck with: 1. When calculating my month fields, I can only go back to the previous month using this formula, else, it's b...
  • WinterMist's avatar
    3 years ago

    DEMDEJ 

     

    Step 1 - Transform your Month only column to a full date.

    - Sep 2022 becomes 9/1/2022.

    - Feb 2023 becomes 2/1/2023

    This is easily done in Power Query Editor.

     

    Step 2 - Also in Power Query Editor, select all the month columns & unpivot them so that instead of a separate column for each month-year, you now only have 1 column for "Date" & 1 column for "Value" (or whatever you want to rename it).

     

     

    Step 3 - In the model, create the 1:* relationship between 'Date'[Date] & 'Data'[Date]

     

     

    Step 4 Create a new measure called _B4PrevMONTH V2 .

    This resolves the issue of (2 - 2 = 0) the invalid month number.

     

     

     

    You can upload a PBIX to Google Drive, make it public & then share the link here on forums.

     

    This should resolve the issue with your blank values for the "2 months ago" measure.

     

    Regards,

    Nathan