table Dim_HP_Level lineageTag: 41faf79d-9ef0-4559-9610-dfc857ee99ff column H_LEVEL dataType: double formatString: 0 lineageTag: c8afa40f-b226-4f6d-b16c-166650c7ca5f summarizeBy: sum sourceColumn: H_LEVEL annotation SummarizationSetBy = Automatic annotation PBI_FormatHint = {"isDecimal":true} column DATA_SOURCE dataType: string lineageTag: 1410e027-5682-44c3-8c3f-f6e6dbb0f866 summarizeBy: none sourceColumn: DATA_SOURCE annotation SummarizationSetBy = Automatic column LEVEL_SOURCE = [H_LEVEL] & [DATA_SOURCE] lineageTag: 556d5e3d-00bb-4c39-983c-0741fa7e897b summarizeBy: none annotation SummarizationSetBy = Automatic partition Dim_HP_Level = m mode: import queryGroup: 非首页 source = ``` let Source = Value.NativeQuery( Databricks.Catalogs( ServerAddress, HttpPath, [ Catalog = CatalogName, Database = null, EnableAutomaticProxyDiscovery = null,EnableQueryResultDownload="0" ] ){ [Name = CatalogName, Kind = "Database"] }[Data], " SELECT DISTINCT ROUND(A.H_LEVEL,0) H_LEVEL,A.DATA_SOURCE FROM DM.DM_TF_EXTERNAL_SALES A " & UsingLimit, null, [ EnableFolding = true ] ) in Source ``` annotation PBI_ResultType = Table annotation PBI_NavigationStepName = Navigation