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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Rename Meansure Data

Hello everyone,

I create a custom visuals, My 2nd dataroles have a kind of Measure. and because this field has a state of Sum, its name automatically starts with Sum of. for example Sum of Quantity. This is quite time-consuming when I want to change the names of many fields to the same name as the original Quantity. Is there an attribute that would help me do this?
Here is my capabilities code
"dataRoles": [
    {
      "displayName": "Category Data",
      "name": "category",
      "kind": "Grouping"
    },
    {
      "displayName": "Measure Data",
      "name": "measure",
      "kind": "Measure"
    }
],
"dataViewMappings": [
    {
      "categorical": {
          "categories": {
              "for": {
                  "in": "category"
              }
},
      "values": {
          "select": [
              {
                  "bind": {
                      "to": "measure"
              }
          }
      ]
    }
}
}
],

NgaMoon_0-1708575767242.png

 

1 REPLY 1
Anonymous
Not applicable

Hello everyone, I really want to know how to automatically remove the "sum of" in the name to only get the name of the field I drag in. I hope everyone knows how to help me.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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.

Top Solution Authors