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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

why power bi sum the values

i have column named DOWN_LINE_TYPE_VALUES it only have the vlaues (0,1,2) 

when i added it to the map it shows vaules like 22,18 ,4 ,etc 

i don't under staned where these values came from i only want (0,1,2) to be shown 

 

Aref_0-1597674791241.png

so how can i make it to only shows the real values (0,1,2)

1 ACCEPTED SOLUTION
v-alq-msft
Community Support
Community Support

Hello, @Aref

According to your description, I created data to reproduce your scenario. The pbix file is attached at the end.

Mesa:

c1.png

You can create a measure as follows.

Value Measure = 
CONCATENATEX(
    'Table',
    'Table'[Value],
    ","
)

Finally, you must place the measure in the 'ToolTip' to display the result.

c2.png

Best regards

Allan

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

View solution in original post

10 REPLIES 10
v-alq-msft
Community Support
Community Support

Hello, @Aref

According to your description, I created data to reproduce your scenario. The pbix file is attached at the end.

Mesa:

c1.png

You can create a measure as follows.

Value Measure = 
CONCATENATEX(
    'Table',
    'Table'[Value],
    ","
)

Finally, you must place the measure in the 'ToolTip' to display the result.

c2.png

Best regards

Allan

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

amitchandak
Super User
Super User

@Anonymous , If there are more than one rows it will aggregate the data. As of now, it counts on tooltip.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@Anonymous apart from all other genius replied to your question, you need to understand the basics of the Power BI. I would recommend looking at a self-guided learning course available on Microsoft. it will take you a long way rather than just finding an answer to one of your questions, although you are welcome to ask as many as you want. Just my 2cent.

 

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Greg_Deckler
Community Champion
Community Champion

@Anonymous - Looks like there are multiple rows of data and it is doing a count aggregation. Is that true?



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

yes, so how can i solve this issue?

camargos88
Community Champion
Community Champion

Hi @Anonymous ,

Tooltip shows aggregated values. You are counting the values of this column. 

Change the aggregation mode to first/last. It may show what you need.



Did I answer your question? Mark my post as a solution!

Proud to be a Super User!



Anonymous
Not applicable

so how can i change the aggregation mode, i'm clueless ?

@Anonymous ,

 

Click on the column name inside the ToolTip box and change the aggregation.

 

https://docs.microsoft.com/en-us/power-bi/create-reports/service-aggregates

 

It also applies for desktop.



Did I answer your question? Mark my post as a solution!

Proud to be a Super User!



Anonymous
Not applicable

non of them shows the real values (1,2,0)

@Anonymous it has to be an aggregation, you cannot use column value on the tooltip, you can change first or last value but it is still an aggregation. Just want to be very clear here.

 

I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!

Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors