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 All,
I wrote some mesaures and displaying data in the percentage in the graph.
Here is the code in the measure
Users wants in the numbers. I changed from Power Bi as.
But it showing value as 0 in the graph.
If I increase the number format change to decimal.
I want in number with corrcet values.
Hi @sdhn
If you want a number, try this:
Not Applicable % =
Var _A =
DIVIDE(
COUNTROWS(
FILTER(
'Department Application',
'Department Application'[Status of Stocks] = "NOT APPLICABLE"
)
),
COUNTROWS( 'Department Application' )
)
Return
_A*100
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
If you want it to show the number equivalent of 9.5%, then you need to increase the number of decimal places to three so that it shows "0.095". If you want it to show "9.5", then multiply your measure by 100.
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 |
---|---|
15 | |
10 | |
10 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |