Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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.
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.