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
Hello All !
i have a table with column "Project ID" contains Multiple Projects 
Another column is a "Remaining Early start" , i.e: every project has its own remeaining Early starts..
  I made a calculated column as follows 
the problem is : 
when i select item in a slicer contains "project ID" Values ,
the calculated column dosnt take the "min(remaining Early start ) " of that selected Project Id , but it takes the "min(remaining Early start) " of all projects .
 I need the calculated column to take the "min(remaining Early start ) " of that selected Project Id 
Thanks 
Hi,
A calculated column formula result does not respond to a change in slicers. If you create a Table visual and drag the Project column there, then this measure will work
Measure1 = min(Data[remaining Early start])
Hope this helps.
Hi human 85,
if it is a column, then try removing min() from the right part or create a measure  with adding min to the left part.
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.