Forum Discussion

5 Replies

  • BurgerToPro's avatar
    BurgerToPro
    Frequent Visitor

    You should be able to use the filter tab and unselecte the 'empty' values for the measure 'Top 10 kupcev'

  • Thanks,
    this works, but I'm having trouble sorting.
    I have a measure now
    Količina =
    var _max = MAXX(ALLSELECTED('nov_27'), nov_27[datum_posnetka])
    return
    CALCULATE (
    SUM (nov_27[izdkol] ),
    FILTER ( ALL ( nov_27), nov_27[datum_posnetka] = _max),
    VALUES(nov_27[kupec]), VALUES(nov_27[progenot]))


    and the measure of sorting
    Top 10 po kolicini = RANKX(ALL(nov_27[kupec]), [Količina],,DESC)


    the table I show can be sorted both under LU_PCP and LU_FT, and within that then the quantities are fitted. I can't show the Top 10 columns

    new version powerBI
    https://drive.google.com/file/d/1IZGEzxdqw84VZ4dCymFQdE_oi0XX-otv/view?usp=sharing

     

    thx