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 Experts,
I have PBIX Report, with Three Filters: Year, Month and Day and Two Cards and Two Line Charts Visualzation.
Visual Requirements:
1) Card Visuals : Display the value for seleted day in Day Filter.
2) Line Chart: Display daily values for the seleted month in Month Filter.
How can I configure the Card Visual to show seleted day value and the Line Chart to show the daily values for the seleted month?
Attached is the PBIX
Card and LineCharts.pbix
Thank you!
Solved! Go to Solution.
pls try to set up the visual interactions between filter and visual.
Proud to be a Super User!
Hi @puru85 ,
Thank you for @ryan_mayu answer , and I have other suggestions for you:
Below is my table:
You can create two measure:
Measure = SELECTEDVALUE('Table'[Day])
Measure 2 =
VAR _month = SELECTEDVALUE('Table'[Month])
RETURN
CALCULATE(MAX('Table'[Day]),FILTER('Table','Table'[Month] = _month))
and click the visual interaction:
The final output is shown in the following figure:
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @puru85 ,
Thank you for @ryan_mayu answer , and I have other suggestions for you:
Below is my table:
You can create two measure:
Measure = SELECTEDVALUE('Table'[Day])
Measure 2 =
VAR _month = SELECTEDVALUE('Table'[Month])
RETURN
CALCULATE(MAX('Table'[Day]),FILTER('Table','Table'[Month] = _month))
and click the visual interaction:
The final output is shown in the following figure:
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
pls try to set up the visual interactions between filter and visual.
Proud to be a Super User!
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 |
---|---|
80 | |
76 | |
60 | |
36 | |
33 |
User | Count |
---|---|
91 | |
60 | |
59 | |
49 | |
45 |