Forum Discussion
Calculations based on other 2 datasets
Hi Anonymous
Now I changed my 2 input tables with months from JanCFY to DecNFY.
In the output table, Value is not showing up for FebCFY column alone. All other columns have values as per the measure.
Do you have any idea on this ?
Hi Anonymous
I have an another doubt here, This calculation has to be done only when current month is Jan. So i have put a condition like this in the measure,
- Anonymous1 year agoNot applicable
There is no value in February because there is no value in the previous quarter based on February. Do you mean that February returns the value calculated in January? Then there is another question. If the current month is January, the calculation you described above is performed, and then the value calculated in January is returned. Do you need to perform the calculation performed in the second month of each subsequent quarter mentioned above? I am a little confused.
Best Regards!
Yolo Zhu
- GokilaRaviraj1 year agoHelper II
Hi Anonymous
Sorry for the confusion.
1) This entire calculation has to be done only when Current month is jan.
Otherwise from next month onwards, Calculation is not needed. Whatever values we have calculated on Jan month on this table for febcfy,Maycfy,Augcfy,Novcy,Febnfy,Maynfy,Augnfy and Novnfy for these columns should be retained.
Table will start show months from FebCfy to Decnfy the next month as per my calendar table.
Since our input table will not have previous quarters, we can not do the calculations again on the upcoming months.
2) I need this calculation as a calculated column since i need to use this table and values further to proceed with append query. Could you please help me with this?