Forum Discussion
Populating dates between text data types
Hey All. I have a SharePoint site that has Start and End dates for migrating applications. The values are not actually date types but have values for start and end dates such as <=2021, 2022 Q4 etc. I have been asked to produce bar chart visuals that count these applications in each respective year/quarter starting with their start date and ending at the end dates. My question is how to populate the "dates" in between the start and end dates, when they do not exist in the data? Two examples are below
5 Replies
- amitchandakSuper User
You can refer if my blog on this topic can help
- bblackwell3Helper II
Thanks for the reply. How can I use this logic when only have the Year and Quarter values available?
- CNENFRNLCommunity Champion
In theory, you can calculate the gap this way.
- bblackwell3Helper II
Thanks and good idea. However, I don't need to identify a gap per se. I need to count each instance of application appearing during the gap, in the correct Year and Quarter
- bblackwell3Helper II
Forgot to add an excel representation of what I am trying to achieve