Forum Discussion
Repeat date on a table visual
Hello, my question is simple, but i can't find answer anywhere.
I have various samples with parameter values that have the same sample date like this:
| Date | Parameter |
| 11/05/2020 | 16,2 |
| 12/05/2020 | 17,5 |
| 12/05/2020 | 17,3 |
| 15/05/2020 | 17,9 |
In the table visual appears like this:
| Date | Parameter |
| 11/05/2020 | 16,2 |
| 12/05/2020 | 17,4 |
| 15/05/2020 | 17,9 |
It makes the average of the parameters whose date is repeated.
Is there any way to show all the samples, which means showing the repeated dates? Thanks in advance.
- Anonymous6 years ago
Hi flavio29 ,
Remove the aggregation from the column.
Right Click on the field and click Do not Summarize.
Regards,Harsh Nathani
Appreciate with a Kudos!! (Click the Thumbs Up Button)Did I answer your question? Mark my post as a solution!
2 Replies
- AnonymousNot applicable
Hi flavio29 ,
Remove the aggregation from the column.
Right Click on the field and click Do not Summarize.
Regards,Harsh Nathani
Appreciate with a Kudos!! (Click the Thumbs Up Button)Did I answer your question? Mark my post as a solution!
- flavio29Frequent Visitor
Anonymous thanks!