Forum Discussion
Freeze value
try not using the SalesAmount column but a measure with such code:
AllAmount :=
CALCULATE(
SUM(TableName[SalesAmount]),
ALL()
)
FreemanZ - I tried this but not working. Actually my issue is. ...
In Dim Business type we have values like A B C
In fact business type we have values like A B C
When ever we select A Or B it should show total of A B C.
When ever we select C we should get only C total.
Now when we select A it showing only A total instead of A B C. Please help me i stuck with these from two days
- FreemanZ3 years agoSuper User
could you please provide some sample data and ideally with the expected result?
- Balhemkan3 years agoHelper III
Hi FreemanZ ,
Please find the below link for sample data and detailed requirement. https://drive.google.com/file/d/1IAc5Ux2R_0QbfBe_6EG2JlI_4nGtHRgv/view?usp=drivesdk