Forum Discussion
Create Formula using Custom Calendar_Table
- Anonymous2 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.
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.