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.
Hello, I have the measure:
That's the idea, but I can't filter by date, as it's not possible to make any relationship. Is there any way I can plot this graph but it reacts to the year filter?
Below is the measure [Realizado], used in the classification:
Solved! Go to Solution.
You can try to create a new table, then put the type to the new table
e.g
Type={"A","B","C","K"}
Then create a new measure
e.g
Counts =
CALCULATE (
COUNTROWS ( dClientes ),
FILTER ( dClientes, [Classificação Cliente Peças] IN VALUES ( 'Type'[Value] ) )
)
Then put the Counts measure to the y-axis, then it can be affected by the date filter.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
You can try to create a new table, then put the type to the new table
e.g
Type={"A","B","C","K"}
Then create a new measure
e.g
Counts =
CALCULATE (
COUNTROWS ( dClientes ),
FILTER ( dClientes, [Classificação Cliente Peças] IN VALUES ( 'Type'[Value] ) )
)
Then put the Counts measure to the y-axis, then it can be affected by the date filter.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
79 | |
73 | |
58 | |
36 | |
32 |
User | Count |
---|---|
90 | |
60 | |
60 | |
49 | |
45 |