Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have already performed the measurements on the table and receiving the incorrect results of the grand total. So how can I do to change the result to the correct information?
Every column is showing the grand total calculated from a measure. Terminal logon is only one from my table.
Please help me!!!!
Thank you all.
Solved! Go to Solution.
HI @saranp780
Try adding this MEASURE
New Save_User =
IF (
HASONEFILTER ( Table1[UserName] ),
[Save user],
SUMX ( ALLSELECTED ( Table1[UserName] ), [Save user] )
)
HI @saranp780
Try adding this MEASURE
New Save_User =
IF (
HASONEFILTER ( Table1[UserName] ),
[Save user],
SUMX ( ALLSELECTED ( Table1[UserName] ), [Save user] )
)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!