Forum Discussion
3D Format Column Chart
- 9 months ago
So it seems there's some kind of limitation with JavaScript when it's in focus mode. That's why the earlier code built with JavaScript didn’t work in focus mode.
Yes, we can add the moving effect — please find the attached updated code.
Hey Mohamed_007
Unfortunately, I couldn’t find a way to make the image expand automatically in focus mode, but I was able to find a manual solution. You just need to pick an image size from the slicer, and then click Focus Mode — the image will expand accordingly.
Create the image size table and measures in the sample pbix attached, and use that measure in the new DAX code as scaler
Dear kushanNa
That Would Do the Needful , Just was curious what was the reason behind the visual dissapearing so i can prevent it in the future.
And if possible to add back the Moving effect on the Columns?
Much Appreciated
- kushanNa9 months agoSuper User
So it seems there's some kind of limitation with JavaScript when it's in focus mode. That's why the earlier code built with JavaScript didn’t work in focus mode.
Yes, we can add the moving effect — please find the attached updated code.
- Mohamed_0079 months agoFrequent Visitor
kushanNa
Thanks for your support its highly appreciated.