- Microsoft Power BI Cookbook
- Brett Powell
- 63字
- 2025-04-04 18:18:13
Pricing analysis
- The MEDIAN() function returns the 50th percentile of values in a column
- It's equivalent the PERCENTILE.INC() functions used for the 25th and 75th percentile.
- Performance is not negatively impacted when adding measures to visuals from the same table due to measure fusion
- The Tooltip measures in the recipe were from the same table and did not create additional DAX queries