Forum Discussion
Segmenting A Measure Within A New Measure
- 8 years ago
Thanks guys, think I've solved it by using CALCULATE(*MEASURE*,FILTER) - sorry if I explained it poorly but looks like it's done the job. Help is always appreciated!
Hi bobbybamber,
Generally, if you only want to get the conversion rate of Product A. You can add a Filter() in your measure to filter the product only equals to A.
However since we don't know your measure formula or your table structure. It is hard for us to guess how to add a specfic Filter(). So could you please share us more detailed information like your source table structure, measure formula or some sample data if possible? Otherwise, we can only make a guess.
Thanks,
Xi Jin.
Thanks guys, think I've solved it by using CALCULATE(*MEASURE*,FILTER) - sorry if I explained it poorly but looks like it's done the job. Help is always appreciated!