Forum Discussion
Anonymous
8 years agoNot applicable
Count values depending on a condition
Hi all, my next question :) I've got a table with dates and available status (1 and 0.5). What I want to achieve is when I plot the values in an area chart I see that on the 4the of janua...
- Anonymous8 years ago
Hi MFelix,
Maybe you can try to use summarize function to create a summary table:
Table = SUMMARIZE(Table1,[Date],"Total Day",SUM(Table1[Avaliable Days]))
Regards,
Xiaoxin Sheng
MFelix
8 years agoSuper User
Hi Anonymous,
Just do the sum on available day, should give you what you need.
Regards,
MFelix