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.
Hi guys,
I've recently discovered Power BI and I love the possibilities. I've come a long way with Youtube tutorials and this forum (it's truly amazing :)) However, I've run into an error to which I have not been able to find a solution. And I've already burned a lot of hours to find a solution..
Can anyone maybe show me where I'm going wrong?
I've included a sample of the data I am working with here: Test file
Solved! Go to Solution.
You can create a measure like
% average = DIVIDE( SUM( Blad1[Declarabel]), SUM( Blad1[uren gewerkt] ) )
You are my absolute hero. I was already searching for something with measures, but I couldn't find the right formula. Thanks!!
You can create a measure like
% average = DIVIDE( SUM( Blad1[Declarabel]), SUM( Blad1[uren gewerkt] ) )