Forum Discussion
Calculate segment
- Anonymous4 years ago
HI ngocnguyen,
You can create a table with all segment types and use it with the region to create a matrix.
After these, you can write a measure with summarize function to calculate the aggregation based on 'Region' and 'SO', then you can use get the current region and segment category to filter on the variable summarize table records.In addition, you can also take a look at the following blog if helps:
Dynamic segmentation – DAX Patterns
Regards,
Xiaoxin Sheng
Not sure what "Is there anyway to get the output without using calculated column? " means - do you want measures, or do you want a Power Query based solution? Please clarify.
lbendlin
I want to use Measure. Could you please help?
- lbendlin4 years agoSuper User
First create a list of your buckets. Then do a crossjoin with the region values, and finally compute the measure for each combination.