Forum Discussion
Need Help with Measure
- 4 years ago
Hi NavaneethaRaju ,
I have only created a simple sample, please refer to it to see if it helps you.
Create a measure to calculate total.
Measure = SUMX(ALL('Table'),'Table'[VALUE])And the measure will not be changed by slicer.
Then you can create measures based on the measure.
If I have still misunderstood your meaning, you can create simple data with excel, then show me the screenshots about the data and the desired output your want.
best regards.
NavaneethaRaju little hard to say cause I can't tell from the details which are columns and which are measures/ implicit measures in your table visual.
Try this for start:
Total Procedures(Other Territory) =
SUMX (
VALUES ( 'Tag Usage Fact'[Tag ID] ),
CALCULATE (
SUM ( 'Procedure Fact'[Procedures] ),
REMOVEFILTERS(),
VALUES('Tag Usage Fact'[Tag ID])
)
)
- NavaneethaRaju4 years agoHelper IV
Hi SpartaBI ,
I have used the above measure only, there is no implicit measure. I created a measure for sum the procedures of respective tag id in selected date range. the above measure would be giving the same result.
I'm using ALLEXCEPT, So i'm not able apply any other filters in that measure. Please advice.- SpartaBI4 years agoCommunity Champion
NavaneethaRaju do you want to come to zoom / teams to look together?
- NavaneethaRaju4 years agoHelper IV
SpartaBI , Yeah can we meet if possible in google meet. [email protected]