The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Estoy buscando ayuda ya que necesito que no muestre los espacios en blanco como lo muestra en la foto pero si necesito que aparte me muestre el porcentaje de las personas que no respondieron.
Hola
Solved! Go to Solution.
Hi @sdntiago,
Currently, there is no method to hide a legend item but keep its sector in pie chart. You could try this workaround: create a Calculated column to mark the blank item as unknown to distinguish these items.
Classified = IF('Table'[Response]="","Unknown",'Table'[Response])
Then, the result looks like this.
Also, attached the pbix file as reference.
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let me know. Thanks a lot!
Best Regards,
Community Support Team _ Caiyun
Hi @sdntiago,
Currently, there is no method to hide a legend item but keep its sector in pie chart. You could try this workaround: create a Calculated column to mark the blank item as unknown to distinguish these items.
Classified = IF('Table'[Response]="","Unknown",'Table'[Response])
Then, the result looks like this.
Also, attached the pbix file as reference.
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let me know. Thanks a lot!
Best Regards,
Community Support Team _ Caiyun
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
34 | |
15 | |
12 | |
7 | |
6 |