Forum Discussion
PatrickCote
9 years agoNew Member
Data with no sum
Hi everybody, I'm trying to build a chart with values without any sum, only the raw values. I tried to change the sum default value to "no sum" but it does not work, a calculation is still mandat...
Greg_Deckler
9 years agoCommunity Champion
So, you should be able to put that into something like a line chart or column chart with Date and Heure in your axis and TO_NUMBER... as a value and then it shouldn't matter that you are doing a sum?
PatrickCote
9 years agoNew Member
That's the problem....I don't have to option to not summarize...
- Greg_Deckler9 years agoCommunity Champion
Drill down into your data with the down arrow icon.
- Greg_Deckler9 years agoCommunity Champion
- fhill9 years agoResident Rockstar
Change your data type to a 'Decimal Number' ( ??? Nombre décimal ???) in your Query Editor... I think your data is TEXT now, and the only want Power BI can 'summarize' Text data is to count it as values...
FOrrest