Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
I am trying to figure out a way to input three different parameters into 1 single linear graph for the output. Currently, I have three separate graphs that generate 1 output, but I want 1 single linear graph with all three parameters imported and combined to produce the output.
Any help would be appreciated.
The requirement is not very clear. You can implement a measure using parameters by using SELECTEDVALUE.
Yes - However in PowerBI I have 3 graphs 3 Parameters - I want to use 1 graph for all 3 parameters so that 1 graph is producing the output of 3 parameters instead of having 3 graphs with each parameter assigned to each one
Try this:
1. Create a table using : GENERATESERIES(1, 3, 1).
2. Assign Parameter Title to each number: Param_Type = SWITCH(Type[TypeNo], 1, "Price", 2, "Weight", 3, "Volume").
3. Create one Measure:
User | Count |
---|---|
8 | |
7 | |
2 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |