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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi I have the following visualization which is a Table
The worked hours column is a measure that looks like this
Solved! Go to Solution.
@darko861 , more than one group in table, Try like
sumx(summarize(PW_ACM_user,PW_ACM_user[Fullname],PW_ACM_user[Deaprtment], "_1",IF([Diff]>=0,SUM(v_rpt_apticcustom_Employee_Time_Billingv6[Registered_Hours]),SUM('apticproject view_workedtime'[Worked.1]))),[_1])
@darko861 , more than one group in table, Try like
sumx(summarize(PW_ACM_user,PW_ACM_user[Fullname],PW_ACM_user[Deaprtment], "_1",IF([Diff]>=0,SUM(v_rpt_apticcustom_Employee_Time_Billingv6[Registered_Hours]),SUM('apticproject view_workedtime'[Worked.1]))),[_1])
Thanks @amitchandak it worked great! I really appreciate your contribution to this community.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.