Dear All PBI Users,
I am getting the wrong columnb totals when i create a measure between two different tables. See Attached picture. How do i solve this.
The formula i have used in shown in the formula bar.
Kindly this is urgent if someone could assist at the soonest
Thanks
Solved! Go to Solution.
Hi @Patelnitya
Please use the following DAX :
MeasureName = SUMX ( TableName, CALCULATE ( SUM(TableName[ColumnName1]) * SUM(TableName[ColumnName2 ]) ) )
This should work...
Thanks,
Himanshu
Hi @Patelnitya
Please use the following DAX :
MeasureName = SUMX ( TableName, CALCULATE ( SUM(TableName[ColumnName1]) * SUM(TableName[ColumnName2 ]) ) )
This should work...
Thanks,
Himanshu
This works perfect.
Thanks Himanshu.
User | Count |
---|---|
104 | |
30 | |
29 | |
18 | |
15 |
User | Count |
---|---|
105 | |
24 | |
21 | |
20 | |
18 |