Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hey,
Been using powerbi desktop for 5 minutes. I am shocked that instead of SQL there is this DAX language.
Anyways, how on earth do you write a select on a table? Feels like I am back in school 😄
Using this does not work: EVALUATE logic_app_tracked_runs
Solved! Go to Solution.
Figured it out! You have to refer this "powerquery M language" lmao
https://docs.microsoft.com/en-us/powerquery-m/table-functions
let
Source = Table.SelectRows(logic_app_tracked_runs, each [correlation_clientTrackingId_g] <> null)
in
Source
Figured it out! You have to refer this "powerquery M language" lmao
https://docs.microsoft.com/en-us/powerquery-m/table-functions
let
Source = Table.SelectRows(logic_app_tracked_runs, each [correlation_clientTrackingId_g] <> null)
in
Source
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!