The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have created a measure that is grouping Items into ABC category, I also have a table that can show Item with new ABC Category, but next step is to show Total sales and count of items per ABC group in matrix table, how can resolve it?
Here is my measure
A | B | C |
70000$ | 20000$ | 10000$ |
25Items | 500Items | 1500items |
HI @PKPK90,
Current measure expression not able to be used as category or axis fields to expand the calculation ranges.
I'd like to suggest you create a new table with correspond segmentation and types to use on matrix column field. Then you can use measure formula to show different result based on current category values.
Regards,
Xiaoxin Sheng
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
32 | |
13 | |
10 | |
10 | |
9 |