RuiRomanoMS's avatar
RuiRomanoMS
Icon for Microsoft Employee rankMicrosoft Employee
1 year ago

Measures table

createOrReplace

	table _Measures		

		measure 'Sample Measure' = NOW()
			formatString: General Date			

		column Value
			isHidden						
			summarizeBy: sum
			isNameInferred
			sourceColumn: [Value]

		partition _Measures = calculated
			mode: import
			source = {BLANK()}

 

No RepliesBe the first to reply