Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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.
User | Count |
---|---|
84 | |
76 | |
74 | |
49 | |
39 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |