Forum Discussion
Anonymous
4 years agoNot applicable
Page navigation through Dax function
when data is available on the page then the navigation button should be green. when data is not available on the page then the navigation button should be red. I need help and how to apply using DAX ...
Hariharan_R
4 years agoSolution Sage
Hi
You can get minimally with below expression.
Button Color = IF(ISEMPTY('Table'),"Red","Green")
Thanks
Hari
Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.
My Blog :: YouTube Channel :: My Linkedin
If I helped you, click on the Thumbs Up to give Kudos.
My Blog :: YouTube Channel :: My Linkedin