Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello, I have the following question, I don't know if it will be possible to do it.
I have a graph, and 3 types of data of the same items, for example, I have apples and banana, I need to be able to show apple data in kilos, dollars, and quantity.
So far I have 3 different graphs showing the information, (one graph for kilos, another for dollars and another for the amount of apples and bananas), but that makes me have 3 different pages with information, is it possible that through a filter I can select the information I need?
For example, a filter that contains kilos, dollars and quantity, when you click on kilos it shows the graph in kilos, when you click on dollars it changes the same graph and shows dollars.
Best regards
Solved! Go to Solution.
Hello, it finally worked, I made a few mistakes in the measurements, but that was the key.
Thanks a lot!
Best regards
You could create a field parameter and choose the kilo, $ and amount measures as the members of the field parameter. Then add the field parameter to your chart instead of the individual measures, and the user can choose from the slicer which they want to show.
Thank you very much, I am trying this solution, when adding the field parameter to the graph and formatting it only gives me the option of counting and distinctive counting, I can't get it to give me the option of sum, how could it be done?
Best regards
When you create the field parameter you need to use measure, not columns. You can apply format strings to the measures and that should then be applied in the visual when you use the field parameter.
I don't know if I understood correctly, I tried with previously created measures but it doesn't work yet, I also made sure that the data formats are correct (integers or decimals) I follow the following steps:
- New parameter -> Fields.
- I add all 3 elements.
- I add parameters on the chart.
I've been watching tutorials and videos, I do the same thing, but I don't know why it doesn't work.
Those are the correct steps, so I don't know why that wouldn't work. It might be worth raising it with MS support as a bug if you cannot get it working.
Hello, it finally worked, I made a few mistakes in the measurements, but that was the key.
Thanks a lot!
Best regards
Hi @Syndicate_Admin ,
First of all, I think you can turn on Field Parameter in the settings.
Second, you can study the official documentation to learn more about Field Parameter:
Use report readers to change visuals (preview) - Power BI | Microsoft Learn
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Yes, it's possible to achieve this in Power BI by using a slicer to filter the data displayed in a single graph. Here's how you can do it:
Create a Data Table: First, create a table that includes your items (apples, bananas) and their corresponding data in kilos, dollars, and quantity.
Unpivot Your Data: In Power Query, unpivot your data so that you have a column for the item, a column for the type of data (kilos, dollars, quantity), and a column for the values.
Create a Slicer: Add a slicer to your report and set it to filter by the type of data (kilos, dollars, quantity).
Create a Single Graph: Create a graph that displays the items and their values. Use the slicer to filter the data shown in the graph.
Here's a step-by-step guide:
Load Your Data:
Load your data into Power BI.
Ensure your data includes columns for items, kilos, dollars, and quantity.
Transform Your Data:
Go to Power Query Editor.
Select the columns for kilos, dollars, and quantity.
Right-click and choose "Unpivot Columns".
This will create a new column for the type of data and another for the values.
Create a Slicer:
Go back to your report view.
Add a slicer visual to your report.
Drag the "Type of Data" column to the slicer.
Create the Graph:
Add a graph visual to your report.
Drag the "Item" column to the axis.
Drag the "Values" column to the values field.
Use the slicer to filter the data displayed in the graph.
This way, you can switch between kilos, dollars, and quantity in the same graph using the slicer. This approach will help you keep your report clean and interactive. If you need more detailed steps or run into any issues, feel free to ask!
Best Regards
Saud Ansari
If this post helps, please Accept it as a Solution to help other members find it. I appreciate your Kudos!
Thanks a lot! The right solution works
Best regards
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!