Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
udani969
Regular Visitor

How to filter a data set by a measure output using DAX

Hi,

I have this data modal implemented so far.

 

udani969_0-1707309191103.png

 

I need to have two drop downs where selection of one drop down shortens the second drop down values. One I select a project name from the second dropdown it need to figure out the Version number of the latest release of the selected project. I could get it work up to this point by adding two slicers and below measure.

 
Latest Release Name = CALCULATE(MAX(test_execution_summary[Version]), FILTER(test_execution_summary, test_execution_summary[Executed On] = MAX(test_execution_summary[Executed On]))) ​

Rest of the calculations are based on the records filtered with this latest release name. If I can get some help to decide what should I do next in order to filter my data set based on the slicer value selection and this latest release value filtered, it would be a great help.

 

I am totally new to Power BI and still trying to get my head wrapped around how things work. 

 

1 REPLY 1
lbendlin
Super User
Super User

I need to have two drop downs where selection of one drop down shortens the second drop down values

That is a job for your data model. The first slicer must be fed by a column in the same table as the second slicer, or a column in a parent table.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.