Forum Discussion
Analitika
Post Prodigy
3 years agoAdd 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
Community 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.