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! Learn more
I want to show which bar has been filtered in a bar chart and show that in a card. The bar chart is filtered with the help of field parameters.
I made this measure and it works because I hardcoded the correct column Plantation in the measure. If a filter the slicer to e.g district it does not work.
How should the measure be configured?
They both come from the same table. The slicer is generated by the filed parameter function. In the figure I filtered the data by plantation and the plantations are shown on the Y-axis of the bar chart
I need to show the filtered entry of the bar chart (Tres Amigos) in the card. The measure you are proposing and I am using extracts the selected slicer entry (Schip). See image.
@amitchandak
I need to show the filtered entry of the bar chart (Tres Amigos) in the card. The measure you are proposing and I am using extracts the selected slicer entry (Schip). See image.
@RonaldL wrote:I need to show the filtered entry of the bar chart (Tres Amigos) in the card. The measure you are proposing and I am using extracts the selected slicer entry (Schip). See image.
@RonaldL , In case you need selected value of the field parameter, you can refer to the measure below
What is selected = maxx(filter(‘Axis Slicer’, ‘Axis Slicer’[Axis Slicer Order]= SELECTEDVALUE(‘Axis Slicer’[Axis Slicer Order])),’Axis Slicer’[Axis Slicer])
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.