Power BI

How to pass Dynamic Year Parameter value into Source Connection in Power Query to extract Data | Power BI Blog

let     Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText(“i45Wco5UitWJVgqINITSRkqxsQA=”, BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [YearName = _t]),     cc_StartYear = Table.AddColumn(Source, “Data_Year”, each if [YearName]=”CY” then Date.Year(Date.From(DateTime.LocalNow())) […]

Power BI

Power BI Q&A Feature

Welcome to our deep dive into the intriguing world of Power BI Q&A feature. This innovative function is designed to help you unlock the potential of your data by allowing you to pose queries in […]