Forum Discussion
Anonymous
5 years agoNot applicable
TOTAL PER MONTH
Hello I want to show in a report the total loads per month I have this table FECHA valor 02/02/2021 52 05/02/2021 69 04/03/2021 ...
- 5 years ago
Hi Anonymous
Based on your sample data, I created a sample under DQ mode, then
1. create a new table
Newtable = SUMMARIZE('Table',[FECHA],[valor],"month",FORMAT([FECHA],"mmm"))2. put it into table visual
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
v-xiaotang
5 years agoCommunity Support
Hi Anonymous
Based on your sample data, I created a sample under DQ mode, then
1. create a new table
Newtable = SUMMARIZE('Table',[FECHA],[valor],"month",FORMAT([FECHA],"mmm"))
2. put it into table visual
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.