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
Hi All!
I'm trying to make a target row in my matrix to track exams relative to this target that is constant throughout time.
I made a table where the constants are located.
I want them to reside where it says exam shifts by location. There is no time on this table as I want it constant throughout time.
Solved! Go to Solution.
Ok, then create a Constant Measure
Constant = VAR LocationName = MAX(Table1[Location Name])
RETURN Table2[Target]
Ok, then create a Constant Measure
Constant = VAR LocationName = MAX(Table1[Location Name])
RETURN Table2[Target]
Amazing Thank you so much!!!
hii, once try this
Hi! Thank you.
So what I'm looking for in the first table is my constants (1 target for each location that holds true across weeks) as I have multiple locations and multiple targets. That table is connected via my Location Name.
I'm trying to get a measure that has the constant appear each week across all weeks given there is no date on that table.
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!