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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
meet_01
Frequent Visitor

How to get rid of automatically count in POWER BI?

When i add a column that contains decimal numbers in values and Month & Year in Axis it automatically showing Count not the Decimal numbers i want to show in the Line chart.

Please help me in this problem.

Thank you. 
Meet1.PNG2.PNG3.PNG4.PNG

6 REPLIES 6
v-yanjiang-msft
Community Support
Community Support

Hi @meet_01 ,

Has your problem been solved by @AntonioM 's suggestion, if yes, please consider accept it as the solution to help the other members find it more quickly.

Best Regards,
Community Support Team _ kalyj

AntonioM
Solution Sage
Solution Sage

Currently you only have one line, so it will only show one (aggregated) value for each month.

 

I'm guessing from the screenshot of the data that you're looking to have a different line for each employee? If that is the case then you'll need to add 'Employees Name' into 'Legend'. This will give you one line for each employee, and you'll see all of the points in your 'Work ethics average' column.

 

Hope that helps.

Tahreem24
Super User
Super User

@meet_01 As that column is numeric column and when you drag it on chart so you need to choose any aggregation functions like Count, SUM etc. Try to use SUM instead of COUNT.

 

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard

I just wat the data to show as it is in the chart. I don't want any function like SUM, COUNT etc.

So, how do I do it?

coskuersanli
Resolver III
Resolver III

Hi,

 

You need to create a measure to do that. Can you try below one please.

 

AVERAGE(work_ethics_average)

 

I do not need average of work_ethics. I just want tha data to show in the visuals how they are in column.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

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

Top Kudoed Authors