Forum Discussion
Syndicate_Admin
Administrator
5 years agoAdd a column with measurement
What such a community I have a doubt, I have a database in which the attendance of people is stored and through a formula which consists of several IFS and CALCULATES, which add and count the criter...
- 5 years ago
Please see this video for how to do this. Basically, you need an expression like this. It references your existing measure but will get you the same results in the rows and the correct "total".
NewMeasure = SUMX(VALUES([numeroEmpleado]), [Total Hours])
(2) Power BI - Tales from the front #01 - Getting the Right Total - YouTube
Pat
mahoneypat
Microsoft Employee
5 years agoPlease see this video for how to do this. Basically, you need an expression like this. It references your existing measure but will get you the same results in the rows and the correct "total".
NewMeasure = SUMX(VALUES([numeroEmpleado]), [Total Hours])
(2) Power BI - Tales from the front #01 - Getting the Right Total - YouTube
Pat