Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi everybody,
I am quite new using Power BI and I would have a question regarding a graph I want to make.
Here's the data I have: a staffing sheet summarizing the number of days each employee work, on a specific deal.
I would like to use a list with the name of all the employees that would "behave" like a filter in order to select the right field to make the graphs.
My graphs are working the way I want for a specific employee but, if I want to create them for a different one, I have to select it manually in the fields list and replace it in the filter section of the graph.
I do not know if it is the best way to do it but do you think there is a way of solving this problem?
Thanks a lot for your help.
Solved! Go to Solution.
What I can see in the pictures is that you dont have any Employee selected in the slicer. I believe that is why the chart is empty. Once you select one employee it must work!
I would also recomend you to format the slicer to Single Select only since you only want to analyse on employee at a time.
Hello @id9213 ! I just realized what is the problem.
As it says in the microsoft page "You can't use implicit measures for now, so if you need an aggregated column as one of your fields, you need to create an explicit DAX measure for it."
With this being said you need to creat a measure for each Employee like this:
Employee1_Measure = SUM([Employee 1])
...
Then create the field parameters again but use the measures instead of the columns.
Let me know if it works 🙂
Hi @JorgePinho
I am very happy with the results but I aiming to improve a bit my report.
Do you think it would be possible to create cascading dropdowns where a first list would contain the grade of the employees and the second one, a restricted list with only the employeees with the corresponding grade and that would operate as the filter created above?
I tried with Power Apps but it is not possible to integrate Power Apps it in my report.
Thanks a lot for your answer.
Hello @id9213 ! That looks like a great idea. However, I don't know how you can do it since that is a special slicer for the field parameters...
Unfortunately, this is what I thought.
But I came up with an idea. I would have a simple list like that:
Then I would have 4 different field parameters named the same way. I would create four different lists with each one of them.
The idea would be to hide them, based on the choice you make in the list above.
I know you can hide visuals thanks to a measure but I have issue making this.
Do you know how to apply a formula that will take into account the choice you make on the first list?
Something like that?
Thanks a lot for your help.
Hello @id9213 ! I would suggest you to use Field Parameters.
This article will help you to implement it: https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters
Thanks a lot @JorgePinho !
Really useful.
I managed to create my list with the field parameters. I selected the fields in the original data and used it as values in the graph. Unfortunately, it does not seem to work (see graph on the right that is empty). Could it be because the origianl fields are sums?
Thanks a lot for your help.
What I can see in the pictures is that you dont have any Employee selected in the slicer. I believe that is why the chart is empty. Once you select one employee it must work!
I would also recomend you to format the slicer to Single Select only since you only want to analyse on employee at a time.
Thanks a lot for your answer.
I am sorry, it was not an actual picture of the graph. This is what I have now (after applying your advice on Single Selection).
Could it be because the original fields were sums?
Thanks a lot for your time.
Hello @id9213 ! I just realized what is the problem.
As it says in the microsoft page "You can't use implicit measures for now, so if you need an aggregated column as one of your fields, you need to create an explicit DAX measure for it."
With this being said you need to creat a measure for each Employee like this:
Employee1_Measure = SUM([Employee 1])
...
Then create the field parameters again but use the measures instead of the columns.
Let me know if it works 🙂
Sorry it took a little bit. I'm glad it worked 🙂
No worries at all!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
63 | |
62 | |
52 | |
39 | |
24 |
User | Count |
---|---|
84 | |
57 | |
45 | |
42 | |
37 |