Forum Discussion
rocio
- 5 years ago
Hi rcister,
You can create measure as:
Measure = CALCULATE( SUM('Table'[Count], ALL('Table') )Then you can apply the date slicer.
Best Regards,
LinkIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi rcister ,
Are you trying to do it in power bi or excel? If power bi, then create a measure like this:
Sum of Count = CALCULATE(SUM('Table'[Count])). Then create a table visual and put your timestamp and this measure in.
If this post helps, then please consider Accept it as the solution and give thumbs up to help the other members find it more quickly.
Thanks,
Dheeraj
the source is from a excel , but i'm working power bi, this table is related with a master calendar, with the relation bwt calendar[datekey] ( represent a key for one unique date) and table [datekey] ( represent the key for overnigth date)
- dkaushik5 years agoResolver II
Okay. Then, the above solution should work.