10 Power BI dev Interview questions
This article contains info about the Power BI dev Interview questions.
Q1: Total = a ** b / c \ d. How do you optimise this dax?
Calculate each multiplication individually. Use divide function.
Optimizing steps:
identify the areas of use of function...
dheerajy1.hashnode.dev6 min read