Forum Discussion
jmsav
6 years agoRegular Visitor
Compressed line graph
Hi, so I have a line graph that had 12 monthly values on, so was 12 datapoints wide. My Business Owner wants to see progress across the month - so requested that on (for example) the 20th of the mon...
v-lili6-msft
6 years agoCommunity Support
hi, jmsav
Create a flag column for date column, for example: if ([Date]<= [variable date expression], "Show","Hide")
Then drag this field into visual/page/report level filter and set is "Show".
Best Regards,
Lin