Forum Discussion

Pbiuserr's avatar
Pbiuserr
Icon for Post Prodigy rankPost Prodigy
4 years ago
Solved

Values are not grouped in column

Hello,

I've created "Age" out of date and when I want to expand values in the "Data" view, I dont have grouped so its like "0", but all of the zero's are listed. Is it something of which I should be worried? Or just let it be

 

  • Seems like after quite some time it started to work normally..

8 Replies

  • Seems like after quite some time it started to work normally..

  • Pbiuserr 

    First thing that comes to mind, is the date column you are using to calculate the age actually a Date/Time with time values on it?  If so, I think that might be causing your problem.  It's not really 20 different '0' values, it's

    0.1234646

    0.6642364

    0.8913989

    etc...

    Format your date field as Date/Time and post a screen shot and also share the formula you used to calculate the age so we can see it.

    • Pbiuserr's avatar
      Pbiuserr
      Icon for Post Prodigy rankPost Prodigy

      Hi mwegener jdbuchanan71 
      The column I use as an reference is date type. I was thinking same about 0.4874 but I did it several times and it always worked - so out of column with dates I do new column -> Date -> Age, then Duration -> Total Years and then round down, so it suppose to be rounded to 0

      • mwegener's avatar
        mwegener
        Icon for Most Valuable Professional rankMost Valuable Professional

        Strange, we would have to look at it in more detail with an example. Can you provide an example PBIX?

  • mwegener's avatar
    mwegener
    Icon for Most Valuable Professional rankMost Valuable Professional

    Hi Pbiuserr,

     

    can it be that your display format does not correspond to the actual value?

    I mean do you not display the decimal places?
    0,1 -> 0
    0,2 -> 0
    0,3 -> 0
    ...

  • Pbiuserr 

     

    Your Age column is in the summary form or not?

    How do you want to treat this? If you want to take average/sum then it should be a measure/aggregate

     

    Thanks,

    Ritesh