The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
15 | |
11 | |
8 | |
8 | |
7 |
User | Count |
---|---|
21 | |
20 | |
11 | |
10 | |
7 |