Forum Discussion
Year wise calculation
- Anonymous1 year ago
Hi, Anonymous
Thanks for TomMartens and dharmendars007 reply. If you have not solve the problem. You can try using the following measure.My Model:
Market Growth YOY = CALCULATE ( SUMX ( 'Product', 'Product'[Value] ), ALLEXCEPT ( 'Product', 'Date'[Year] ) )Best Regards,
Yang
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hello Anonymous ,
You can use the below formula pattern to achieve the result you are looking for..
If you find this helpful , please mark it as solution and Your Kudos are much appreciated!
Thank You
Dharmendar S
- TomMartens1 year agoSuper User
Hey dharmendars007 ,
I'm wondering about the difference between your solution and mine because:
- your solution does not state if it's a measure or a calculated column
- your solution does not reflect on the different tables, like the Date and Product table
Regards,
Tom
- Anonymous1 year agoNot applicable
Hi dharmendars007
Its showing below result if i use your dax codeBut my requirement is different - you can refer my question.
Thanks..!!