Power BI - Basics and Architecture
Given this DAX measure:
What will be the result if the Orders table has 3 rows with Quantity values 5, 10, and 15?
Total Quantity = SUM(Orders[Quantity])What will be the result if the Orders table has 3 rows with Quantity values 5, 10, and 15?
