Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
ngocnguyen
Helper IV
Helper IV

Calculate segment

Hi

I have table 1 and wanna create the output table in power BI with below logic:

 

Calculate the No. of SO that have the "Discount/Quantity" belong to 3 segments :"  0 -2, 2-6 and >= 6"

Discount/Quantity of 1 SO  = Total discount of this SO   /  Total Quantity of this SO .

ex : Discount/Quanty of SO "A"  = (60+30)/ (10+12 ) = 4.1

 

Is there anyway to get the output without using calculated column? 

 

 

 

I have table1.PNG

1 ACCEPTED SOLUTION
v-shex-msft
Community Support
Community Support

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.

Customers Grouped by the Count of their Orders – Dynamic Segmentation in Power BI Using DAX Measures...

In addition, you can also take a look at the following blog if helps:

Dynamic segmentation – DAX Patterns

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

4 REPLIES 4
v-shex-msft
Community Support
Community Support

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.

Customers Grouped by the Count of their Orders – Dynamic Segmentation in Power BI Using DAX Measures...

In addition, you can also take a look at the following blog if helps:

Dynamic segmentation – DAX Patterns

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
lbendlin
Super User
Super User

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?

First create a list of your buckets. Then do a crossjoin with the region values, and finally compute the measure for each combination.

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

Check out the April 2025 Power BI update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors