Forum Discussion

sg919's avatar
sg919
Frequent Visitor
2 years ago
Solved

Create Formula using Custom Calendar_Table

Hello - Appreciate any assistance on this!  I have a custom Calendar_Table, where our FY starts in June.   The Sale_Date column from the Sales_Table has a "relationship" established with the Calend...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi sg919 ,

     

    Based on the information you provided, you can try to make changes to the measure:

     

    Cost = 
    SUMX(
        FILTER(
            'Calendar_Table',
            'Calendar_Table'[FY FH] = "FY24 H1"
        ),
        ((90593*1.3)+(7549*4))*0.5
    )
    

     

     

    Final output:

     

    How to Get Your Question Answered Quickly - Microsoft Fabric Community

    If it does not help, please provide more details with your desired out put and pbix file without privacy information.

     

    Best Regards,

    Ada Wang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.