Forum Discussion

Analitika's avatar
Analitika
Icon for Post Prodigy rankPost Prodigy
3 years ago

Add category in visual Power BI

Hello,

 

I need implement this case in my visual:

 

 

I have visual table with this column

Should be added category Pradelsimas dienomis like in first picture, according to column Pradelsimas dienomis column values.

1 Reply

  • v-yadongf-msft's avatar
    v-yadongf-msft
    Icon for Community Support rankCommunity Support

    Hi Analitika ,

     

    Yes, you can.

     

    This is my test table:

     

    Create several columns:

    0-10 = IF('Table'[Value] <= 10,'Table'[Value])
    
    11-50 = IF('Table'[Value] >10 && 'Table'[Value] <= 50,'Table'[Value])
    
    51-70 = IF('Table'[Value] >50 && 'Table'[Value] <= 70,'Table'[Value])

     

    Create a matrix visual:

     

    Best regards,

    Yadong Fang

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