Forum Discussion
ArchStanton
Power Participant
4 years agoIF Statement
Hi, I have the following code that works just fine when calculating the difference between Case Start & Case End when there is only 1 row of data, but when there are 2 row the total is doubled: 2...
amitchandak
Super User
4 years agoArchStanton , I think to do the total use summarize of values
Sumx(Values(Table[TIcket No]), [measure Total case length ])