Forum Discussion
carlm1975
8 years agoFrequent Visitor
Calculated Measure within a rotating tile
Hi, I have a custome tile on a report that rotates. I have 2 datasets that feed into the tile. Dataset 1 is a complete list of "closures" all I do here is drag a field into the Measures and do a cou...
v-jiascu-msft
8 years agoMicrosoft Employee
Hi carlm1975,
Please share a sample and the expected result? How about function DIVIDE?
Best Regards,
Dale
carlm1975
8 years agoFrequent Visitor
- v-jiascu-msft8 years agoMicrosoft Employee
Hi carlm1975,
Try it in this file.
The measure is:
Measure = DIVIDE(COUNT(Table1[Closed By]),sum(Table2[Target]))
Best Regards,
Dale
