Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi, I'm trying to combine the description in the satisfaction column with the results in the PCT,
I used this code to get the PCT that you see here in the screen , and then used the format options in the menu to show it as a %
PCTOfGrandTotal =
DIVIDE(
[SatisfactionCount],
CALCULATE(SUM('_DFE - Satisfaction (2)'[SatisfactionCount]), ALL('_DFE - Satisfaction (2)'))
)
For example my goal would be something like
Very Satisfied - 80.86%
But when I use the FORMAT function, like this command
Any help is appreciated.
Solved! Go to Solution.
Hello,
Please try the following measure
Satisfaction %=
Selectedvalue([Satisfaction])&" - "&Round(PCTOfGrandTotal*100,2)&"%"
Thanks, For a measure that works perfectly!
But my needs are to use that text as part of a chart, and unfortunately I can't add measures to a chart.
Is there anyway around that? I'm using the final result you provided as a replacent for just the descriptions.
Something like this but with the formatted descriptions including the %
Hello,
Please try the following measure
Satisfaction %=
Selectedvalue([Satisfaction])&" - "&Round(PCTOfGrandTotal*100,2)&"%"
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
55 | |
35 | |
34 |
User | Count |
---|---|
99 | |
56 | |
53 | |
44 | |
40 |