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
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.

@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
Super User
Super User

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


@ 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!:
The Definitive Guide to Power Query (M)

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
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.