Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Team
i want to calculate my data , except SUNDAY .
Possible ??
this is my table
Thanks before any response
Syaiful Efendi
Solved! Go to Solution.
@Anonymous
Please try like
calculate(sum(Table[Count]), Table[Day]<>"Sunday")
calculate(sum(Table[Count]), weekday(Table[Date])<>1)
| User | Count |
|---|---|
| 54 | |
| 37 | |
| 27 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 69 | |
| 57 | |
| 38 | |
| 21 | |
| 21 |