Microsoft Fabric Analytics Engineer Associate DP-600

Microsoft Fabric Analytics Engineer Associate DP-600

Get started today

Ultimate access to all questions.


You are tasked with creating a function in your lakehouse that calculates the average sales per day. Describe the steps you would take to create this function, including the use of parameters and the benefits of using a function over a direct SQL query.




Explanation:

Option B is the correct approach. Creating a function with parameters to calculate the average sales per day simplifies repeated queries, ensures consistent calculations, and can be easily reused with different parameters.