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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
PSReneKA
Frequent Visitor

Line and Stacked Column Chart is displaying last numeric column value as X 100% when Shown as Table

I am coming across an issue with published dashboards not displaying the correct percentage values from a Line and Stacked Column Chart.  The resulting display from a published report is the last column is displaying the last numeric column value time X 100%  instead of the correctly shown percentage value in the visualization's line value.  This is being seen when right-clicking to "Show as Table" on the Line and Stacked Column Chart.

 

From Power BI Desktop - show as table the last column values shows the correct percent from the line graph:

PSReneKA_0-1620944651044.png

https://www.screencast.com/t/pSpuGsr9BY 

 

This workbook has been published to a Premium workspace, and when right clicking to "show as Table"  The last column looks like it is taking the last numeric value times 100% to populate the table's right most column and not display the line values percentage:

PSReneKA_1-1620944986024.png

 

More details can be shared if needed.

2 REPLIES 2
v-robertq-msft
Community Support
Community Support

Hi, @PSReneKA 

What’s your method to get the value of [% of Jobs Covered]?

According to your sample picture, I've also created some test data and make a test, and I used a calculated column to get the value of [% of Jobs Covered].

 

Then I found that the data can correctly display both in the desktop and service.

 

This is my DAX formula:

% of Jobs Covered =

DIVIDE([# of Covered Jobs],[# of Jobs])

 

This is my test screenshot:

In service:

v-robertq-msft_0-1621414125933.png

In Desktop:

v-robertq-msft_1-1621414125939.png

 

I guess that the “,” delimiter may cause this kind of problem, so I suggest you to remove the “,” delimiter of the column [# of Jobs] and check if it can work:

v-robertq-msft_2-1621414125942.png

 

You can download my test pbix file below

 

If you still have a problem, you can post your sample pbix file for us to take a test.

Thank you very much!

 

Best Regards,

Community Support Team _Robert Qin

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

ranbeermakin
Resolver III
Resolver III

pls share more details... is the DAX correct?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors