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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
bgirard
Regular Visitor

Order of fields in buckets

 

I just started developing a new custom visualisation. How do I get the field order in a bucket?   

 

I have a bucket named "Values" and let's say that I drag "Vente$", and then "Cost$".

Screenshot_5.png

 

The order of the DataViewCategoricalColumn s in dataView.categorical.values are Ventes$, first, Cost$ second as expected.

Now, if I drag Cost$, above Vente$ in the Valeurs bucket...

Screenshot_6.png

 

the dataView.categorical.values I get is exactly the same, in the same order (seems like the order in which the fields were added first to the bucket), regardless of what is the current fields order in the bucket. 

 

 

I know that other visualistion (like the table for exemple), the order of the displayed columns change when you reorder the field in the bucket.  So, where can I get the field bucket index? 

 

dataRoles definition;

{
  name: 'Values',
  kind: VisualDataRoleKind.GroupingOrMeasure,
}, {
  name: 'Gradient',
  kind: VisualDataRoleKind.Measure,
}

 

 

dataViewMappings defintion;

values: {                   
    select: [ { bind: { to: 'Values' } },{ bind: { to: 'Gradient' } }],
    dataReductionAlgorithm: { top: {} }
},

 

0 REPLIES 0

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.