Forum Discussion
Pezir
7 years agoFrequent Visitor
Create column, Display Data from another column if current month, otherwise blank
Hi!
I try to explain this. :manvery-happy:
I would like to create a new column which shows data from another column (sales) IF that sale has happened in current month OTHERWISE blank cell.
I have created the calendar which has a data "IsCurrentMonth" = 1, if helps.
Goes too complicated for my brains, would appreciate your help. Thanks!
6 Replies
- venug20Resolver I
- v-chuncz-msftCommunity Support
You may just add measure below.
Measure = CALCULATE ( SUM ( Table1[Sales] ), 'Calendar'[IsCurrentMonth] = 1 )