Forum Discussion
az38
Community Champion
7 years agomeasure inside measure
Hello! Im sure its prety easy question, but i dont feel perfect in this topic. So, I've got a table There is a TotalTierTarget - new measure which calculated using a...
MFelix
Super User
7 years agoHi az38,
Don't have any details on your data but looking at what you have written you should use a measure like this:
Percent = SUM(Table[downDurationSec] / [TotalTierTarget]
This should work then just format this measure as percentage.
Regards,
MFelix
az38
Community Champion
7 years agoyeah, perfect! Thx1