Forum Discussion
Anonymous
5 years agoNot applicable
Divide function not splitting data as per the expected
Hi Community, Probably the one i am sharing below might be an easier one . However, i am not sure how to search the existing articles or how to fix this issue. I have columns called SVP,Month ye...
- Anonymous5 years ago
Hi Anonymous ,
Based on your description, the easiest way is that you can move the date column in your table visual.
Result:
Or you can modify your "Denominator" column as follows so that you don't have to remove the date column.
Denominator = CALCULATE(COUNT ( 'Mainframe Turndown'[PROCESSNAME] ),ALL('Mainframe Turndown'))Result:Hope that's what you were looking for.
Best Regards,
Yuna
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
FarhanAhmed
Community Champion
5 years agoCan you please share DAX code for your measures?