Forum Discussion
Jonjon_99
2 years agoHelper I
PIE Chart + Measure? (DAX)
hi, seeking for your help. 🙂
i need to create pie chart that will return the other Product id as "Others"
i only need to see Paseo and Velo in the pie chart, the other Product should fall under "Others" do i need to create measure for this?
TIA!
1 Reply
- ppm1Solution Sage
There is not an easy way to do that with the native visuals. You can do that with the Deneb visual using the technique in this video. You'd need to adapt it to create a pie chart visual in Vega Lite.
https://www.youtube.com/watch?v=-F_k284kO64
Pat