Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
I have data mentioned below in the table I would like to dynamically update pie chart whenever user inputs day field
| day | normal | abnormal |
| 1 | 100 | 23 |
| 2 | 45 | 77 |
| 3 | 477 | 56 |
Solved! Go to Solution.
Hi @Anonymous , if I understand your question, please see the picture below. You will see your table, a pie chart and a slicer. Put the abnormal/normal columns on the pie chart by clicking on the pie chart symbol and adding the two columns. Next click on the slicer symbol and add the day column to that.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel
Proud to be a Super User!
You can also use the filter function to filter the pie chart based on user input.
You can also use the filter function to filter the pie chart based on user input.
Hi @Anonymous , if I understand your question, please see the picture below. You will see your table, a pie chart and a slicer. Put the abnormal/normal columns on the pie chart by clicking on the pie chart symbol and adding the two columns. Next click on the slicer symbol and add the day column to that.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel
Proud to be a Super User!
| User | Count |
|---|---|
| 23 | |
| 19 | |
| 19 | |
| 17 | |
| 11 |
| User | Count |
|---|---|
| 55 | |
| 55 | |
| 41 | |
| 40 | |
| 30 |