Forum Discussion
JenKF
2 years agoNew Member
New Column to Show the First Month with Data Values
I am trying to create a new column that can tell me which month each project starts producing revenue. I need this column to be in the data table (not just through a table visualization) so that I c...
amitchandak
Super User
2 years agoJenKF , You can show the same in grand total
if(isinscope(Table[Month], [measure],
Minx(Values(Table[Month]), if([Measure] >0, [Month], blank())
) )