Welcome to deBUG.to Community where you can ask questions and receive answers from Microsoft MVPs and other experts in our community.
0 like 0 dislike
5.9k views
in Power BI by
edited by anonymous

In Power BI Paginated Report, I have a PI chart as shown below but actually, I cannot display the data and percentages as a label on the chart in my Power BI paginated Report, How I can display percentages and data as a label in a chart in Power BI Report?

display percentage and data as a label in chart in Power BI Report


1 Answer

0 like 0 dislike
by
selected by anonymous
 
Best answer

Show percentage on a bar chart in Power BI

To display % and data as a label in Power BI paginated report, you have to do the following:

  1. Right-click on Bar Chart, and select Series Properties.
  2. A new window will appear, choose to show data labels and series properties
  3. In the "Series Data", write this code in order to display percentages and data in a chart

     (#PERCENT{P2}) #AXISLABEL 
    
  4. Then press ok
  5. the % and data should be now shown as a label in a chart in Power BI paginated report as shown below
If you don’t ask, the answer is always NO!
...