Forum Discussion
carloP24
2 years agoFrequent Visitor
Power Pivot reference to a single fixed value present in a table
Hi everyone, I have created a measure in Power Pivot where I need to reference to a single value (fixed value) present in a table in the data model: the value is a date and I use it for a YEARFRA...
serpiva64
2 years agoSolution Sage
as you can see here
#"Solution 2 step 1" is not an hardcoded value but the value the value present in the first row - second column of the below table (that is 31/12/2023)
carloP24
2 years agoFrequent Visitor
Hi,
Mmmm, ok, but I would like to know how to reference to that value within my Power Pivot measure (in particular in the YEARFRAC calculation of the measure) and, preferably, how to do it using the original "Date" query table.
Thank you!