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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am having an issue where some of the work day calculations are doubling (example below). Any ideas on what might be causing this error?
Solved! Go to Solution.
Hi @drewison
I believe this just a duplicate record. If you check your sorce data table, you should find two rows having the same values of all the columns ised in this table visual. To confirm this place a measure COUNTROWS ( Query1 ) and place it in the same table visyand check if you get 2 as well.
@tamerj1 thank you for the help. I had forgotten about hidden rows that duplicated the input.
Hi @drewison
I believe this just a duplicate record. If you check your sorce data table, you should find two rows having the same values of all the columns ised in this table visual. To confirm this place a measure COUNTROWS ( Query1 ) and place it in the same table visyand check if you get 2 as well.