Forum Discussion
rcister
5 years agoFrequent Visitor
rocio
Hello. I need help I have the following table the column Count represents is one because it represents each row of overnight stays. I need to sum the Count column and be able to filter ...
- 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.
rcister
5 years agoFrequent Visitor
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)
dkaushik
5 years agoResolver II
Okay. Then, the above solution should work.