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
Hi,
I have the following:
Solved! Go to Solution.
to get one value :
use max , min ...
VAR varCurrentID = max(MergeFinal[OnlyFeatures.FeatureParent(SolutionEpicKey)])
if the MergeFinal[OnlyFeatures.FeatureParent(SolutionEpicKey)] is unique per each filter context, then you have no problem,
hope this helps .
Thank you!
to get one value :
use max , min ...
VAR varCurrentID = max(MergeFinal[OnlyFeatures.FeatureParent(SolutionEpicKey)])
if the MergeFinal[OnlyFeatures.FeatureParent(SolutionEpicKey)] is unique per each filter context, then you have no problem,
hope this helps .
For some reason this isn't quite working:
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.