table 'Стоимость МП' column Период dataType: dateTime formatString: m/d/yyyy summarizeBy: none sourceColumn: Период changedProperty = IsHidden annotation SummarizationSetBy = Automatic annotation UnderlyingDateTimeDataType = Date annotation PBI_FormatHint = {"isDateTimeCustom":true} column 'Номер отчета комиссионера' dataType: string summarizeBy: none sourceColumn: Номер отчета комиссионера annotation SummarizationSetBy = Automatic column artic_id dataType: string summarizeBy: none sourceColumn: artic_id changedProperty = IsHidden annotation SummarizationSetBy = Automatic column 'Статья себестоимости' dataType: string summarizeBy: none sourceColumn: Статья себестоимости annotation SummarizationSetBy = Automatic column 'Расходы МП, руб' dataType: double summarizeBy: sum sourceColumn: Расходы МП, руб annotation SummarizationSetBy = Automatic annotation PBI_FormatHint = {"isGeneralNumber":true} column Организация dataType: string isHidden summarizeBy: none sourceColumn: Организация changedProperty = IsHidden annotation SummarizationSetBy = Automatic column Партнер dataType: string isHidden summarizeBy: none sourceColumn: Партнер changedProperty = IsHidden annotation SummarizationSetBy = Automatic column Курс dataType: double isHidden summarizeBy: sum sourceColumn: Курс changedProperty = IsHidden annotation SummarizationSetBy = Automatic annotation PBI_FormatHint = {"isGeneralNumber":true} column ПартнерКод dataType: string summarizeBy: none sourceColumn: ПартнерКод annotation SummarizationSetBy = Automatic column 'Расходы МП, usd' dataType: double summarizeBy: sum sourceColumn: Расходы МП, usd annotation SummarizationSetBy = Automatic annotation PBI_FormatHint = {"isGeneralNumber":true} partition 'Стоимость МП-9505004b-b265-4a48-bb15-0e21468f67fc' = m mode: import source = let Источник = Sql.Database("prdsql", "mag_pbi"), #"sales_Стоимость обработки заказа" = Источник{[Schema="pbi",Item="Стоимость обработки заказа"]}[Data], #"Переименованные столбцы" = Table.RenameColumns(#"sales_Стоимость обработки заказа",{{"date", "Период"}}), #"Измененный тип" = Table.TransformColumnTypes(#"Переименованные столбцы",{{"Период", type date}}), #"Переименованные столбцы1" = Table.RenameColumns(#"Измененный тип",{{"Сумма", "Расходы МП, руб"}}), Округлено = Table.TransformColumns(#"Переименованные столбцы1",{{"Расходы МП, руб", each Number.Round(_, 5), type number}}), Округлено1 = Table.TransformColumns(Округлено,{{"Расходы МП, usd", each Number.Round(_, 7), type number}}) in Округлено1 annotation PBI_ResultType = Table annotation PBI_NavigationStepName = Навигация