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.
Hi amitchandak ,
can you please help me out this. The [Total Procedures(Other Territory), that i wrote should affect the total of the respective tag id. If i select any one of the usage type, it should show only the exact %.
For example if i select Used in visual leverl filter, it should show 75% for tag ID- 300, But its showing 100%.
I dont know where i have to change the measure or advice me.