Forum Discussion
NavaneethaRaju
4 years agoHelper IV
Need Help with Measure
Hi, I created a measure for Total sum value respective of each tag id within selected period. There i have column that compared Tag owner name and order owner name. Its resulting a string Used ...
- 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.
memepu
4 years agoResolver II
Hi NavaneethaRaju ,
I can't view your file for some specific reason, what kind of output do you want?
How to Get Your Question Answered Quickly
Best regards.
NavaneethaRaju
4 years agoHelper IV
Hi memepu,
I need a measure to display the total value. even if I'm selecting Usage Type slicer, the total value should not change. but the total should be selected period.