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 nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi @Anonymous ,
It seems like that contract has multiple records with same category range, so its usage records has been summarized on your visual.(notice: category column not effect your filter, I haven't found you use all/all excel functions to ignore current filter)
Regards,
Xiaoxin Sheng
@Anonymous
Can you be more specific as this general info for sure is not helping me... How come that my calculation is working and then the grouping based on the same calculation is totally wrong. What exactly I need to do in order the column "FrameContractGrouping" to have the proper group ....
HI @Anonymous ,
You can try to use following calculated column to convert invoice usage as group:
FrameContractGrouping =
IF (
[InvoiceUsage] > 2;
"over 200%";
IF (
AND ( [InvoiceUsage] <= 2; [InvoiceUsage] > 1 );
"100-200%";
IF (
AND ( [InvoiceUsage] <= 1; [InvoiceUsage] > 0,9 );
"90-100%";
ROUNDDOWN ( [InvoiceUsage]; 1 ) * 100 & "-"
& ( ROUNDDOWN ( [InvoiceUsage]; 1 ) + 0,1 ) * 100 & "%"
)
)
)
What type of 'invoice Usage' field you used? column or measure? Current you can't create a dynamic calculated column based on slicer/filter or dynamic measure.
Regards,
Xiaoxin Sheng
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 22 | |
| 21 | |
| 21 | |
| 20 | |
| 13 |
| User | Count |
|---|---|
| 59 | |
| 53 | |
| 41 | |
| 31 | |
| 26 |