I need to add one calculated column in power bi dax. In my excel data there is month end column as shown in table.
As you can see, W05 is last week of 01/2020 (Report Month), so month end is Y, for rest it is N. Same way, W09 is last week of 02/2020 (Report month), month end= Y. rest is N. Can you help me with the formula I can use in power bi to poplulate end month (N or Y)?
Create this following measure-
For Custom Column, use this below code-
Here is the final output-