Total¶
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907
https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
calculate total use a different formula¶
The total is the sum of the values in each row for a value of AnotherTbl[AnotherCol]
HASONEVALUEcheck if a specific columnhas only one distinct valuewithin the current evaluation contextHASONEFILTERcheck if a specific column is beingfiltered by a single valuewithin the current evaluation context