Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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
Solved! Go to Solution.
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
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.
First create a list of your buckets. Then do a crossjoin with the region values, and finally compute the measure for each combination.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 23 | |
| 19 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 60 | |
| 52 | |
| 47 | |
| 40 | |
| 38 |