Hesloan Viana Posted September 2, 2019 Share Posted September 2, 2019 Hey all, i need to create a Bar Chart that shows me how the atual month is going compared to other months limiting the Day(DateTimeNow()) - 1. Example: If today is day 28 of August. I need to see, in my bar chart, the Sum([sales]) for all months (including August) until day 27. If today is 2 of September then i need to see, in the bar chart, the Sum([sales]) of day 1 for all months . I've tried using ParallelPeriod and Limiting Data likeDay([date_sale])=Day(DateTimeNow()) - 1, but it doesn't work. Link to comment Share on other sites More sharing options...
Khushboo Rabadia Posted September 9, 2019 Share Posted September 9, 2019 It would be great if you can provide the sample dataset and expected output numbers as above description is confusing i.e. Bar chart should show numbers till priorday or all months should show 1 or 13 or 27 days numbers based on the prior date Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now