Forum Discussion
figo12
9 years agoHelper I
Monthly Average from Daily Date Values
Hi, I am having trouble getting the monthly average from individual date values, data is structured as follows: Date / Sales Total 01/01/2017 / 2000 01/02/2017 / 1000 etc I already trie...
GilbertQ
9 years agoSuper User
Hi figo12
If I understand you should be able to consolidate all your sheets into one dataset, which will then mean that you now have got one Date field in your data, in which you can then map to your Date Table.
In order to consolidate all the sheets, you would do this in the query editor, and possibly either use the Folder Source, or use the Append function to put them into one dataset?
figo12
9 years agoHelper I
Hi GilbertQ yes sorry I already have that, what I am looking is just a measure that will accomplish my goal, I already have a date value related to all tables, and created a month id for each date, there must be a way to achieve this on a measure.
It is the same data sheet, single excel file, it is just like 20 pages on same excel file.