Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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])
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 104 | |
| 82 | |
| 68 | |
| 50 | |
| 46 |