Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
When connecting to a cube how do a change a value to a percent on a column chart? It's available on a pie chart via "Detail Labels" but disappears when change the visualization to a column chart?
@bluna Its not depend on you are connected to Cube or not,
Steps:
1. on Fields Pannel Change : Show Value as ->Percent of Grand Total
2. On Format Tab Data Lables ON
I don't see that option. "Show value as...", and Data Labels is "On". Is there something else that I need to do to enable that option "Show value as..."?
It's "General", but I'm not able to change it.
@bluna
On your screen its Measure not column :)))
What you can do in this situation:
1. Create Measure (As you can add only Report level measure in PowerBI with live cnnection from Cube)
2. Your New Measure Value Must Be
New Measure = Divide([Amount],Calculate([Amount],all()),0)
3. Change Format for Percentage
4. use your new measure 🙂
How do I enable the ability to create a measure? Everything is greyed out :(. I don't see a way to create a measure 😞
Right Click on any table -> New Measure
I don't have that option when right-clicking in any table. The only selections are "Collapse All" or "Expand All".
Request permissions from admins : Browser, Content Manager, Report Builder
Hi @bluna ,
In Visualizations - Format -Data labels - set this to ON.
Click on Visualizations – add data to your visual.
Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
For a standard connection I see this option, but when connected to a cube via SQL Server Analysis I don't see the option to select the "Show value as" option.
- Data labels is On
- When clicking on Y-axis, the options are: "Remove Field", "Rename for this visual" & "Move to".
Following up on my request, when connected to a cube via SQL Server Analysis, Live connection, I don't see the option to select the "Show value as" option.
- Data labels is On
- When clicking on Y-axis, the options are: "Remove Field", "Rename for this visual" & "Move to". There is no "Percent of Grand Total" selection.
Hi @bluna ,
Each Visual has its own role and usage, and the location of certain functions is also different.
For column chart Visual, you can click on the column's yellow flag - Show value as == Percent of grand total.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I don't see the options you shared when connecting to a Cube. This is what I see under the Y-axis, for a column chart.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.