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 NavaneethaRaju ,
What is the data in Procedure Fact'[Procedures]? It seems you are using about 2 tables.
Please change the measure.
Total Procedures(Other Territory) =
SUMX (
ALL ( 'Tag Usage Fact'[Tag ID] ),
CALCULATE (
SUM ( 'Procedure Fact'[Procedures] ),
--ALLEXCEPT ( 'Account Dim', 'Account Dim'[Account ID] ),
ALLEXCEPT (
'Tag Usage Fact',
'Tag Usage Fact'[Tag ID]
),
FILTERS ( 'Tag Usage Fact'[Order Date] )
)
)If it still does not help, please provide your pbix file without privacy information and desired output.
Best regards!
Hi memepu ,
Procedures fact is the seperate table, that table only have the procedure count.
Now i can share pbix or excel file with you. Please share any email and outlook mail id.
- memepu4 years agoResolver II
- NavaneethaRaju4 years agoHelper IV
Hi memepu ,
This is the link
https://drive.google.com/file/d/14sYDu3xyNTJay5MyF-oxLAuEQSfkJk_p/view?usp=sharing- memepu4 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.