Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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()}