Forum Discussion
Syndicate_Admin
5 years agoAdministrator
OVERTIME
Good morning I'm doing internships at a mechanical services company, and I'm using Power BI to analyze the hours worked per mecáncio, and the overtime they do. To calculate this last I have crea...
- 5 years ago
Hi Syndicate_Admin ,
I created a simple sample as below:
Then create a measure as below:
Measure = IF ( ISINSCOPE ( 'Table'[Subcategory] ), 'Table'[EX], SUMX ( VALUES ( 'Table'[Subcategory] ), 'Table'[EX] ) )And you will see:
For the related .pbix file,pls see attached.
Best Regards,
KellyDid I answer your question? Mark my reply as a solution!
lbendlin
5 years agoSuper User
Please provide sample data in usable format (not as a picture - maybe insert into a table?) and show the expected outcome.