I will create measure to show target segment, after that i need to show remaining target counts.
Target segment Measure:
if(sum("RW1_TOTAL_REVENUE") > 1000, 1,0
After this, i need to show the 2 measure in table and graph.
How to show remaining target counts measure..?
Hello Pavan,
Thank you for the question.
If you need to add the second measure to the slice, you can use Field List (http://take.ms/NeZWZ) or specify it in the report JSON object. Please refer to the documentation for more details - Slice
Please let me know if you have any further questions.
Regards,
Ian
Thanks