Forum Discussion
Arun_BI
Helper I
4 years agoData slicing issue in Power BI
Hi All, I am new to PowerBI. Can someone please help me to understand what I did wrong? I have two SharePoint lists, one list has planned hours of staff and another one has the actual time of...
- Anonymous4 years ago
Hi Arun_BI ,
Create a measure to replace [Claim Hours] in the visual.
Measure = CALCULATE(SUM('Time log'[Hours Claim]),FILTER('Time log','Time log'[Project Name] in VALUES(FTE[Project name])))Best Regards,
Jay
Anonymous
4 years agoNot applicable
Hi Arun_BI ,
Create a measure to replace [Claim Hours] in the visual.
Measure = CALCULATE(SUM('Time log'[Hours Claim]),FILTER('Time log','Time log'[Project Name] in VALUES(FTE[Project name])))
Best Regards,
Jay
Arun_BI
Helper I
4 years agoAnonymous Thanks Mate, I am able to achieve my desired results by creating a measure. Thank you so much for the help and thanks to all the community members