Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
27 | |
15 | |
11 | |
8 | |
8 |
User | Count |
---|---|
19 | |
15 | |
15 | |
14 | |
13 |