Forum Discussion
Anonymous
4 years agoNot applicable
conditionally highlight column IF certain category rows has a value
Hello! I am trying to make a Gantt chart with a matrix visual. (Free Gantt charts don't meet my needs) I need help with some DAX, if it is even possible! I want to highlight a whole column to sh...
lbendlin
Super User
4 years agoIf you want to report on things that are not there then you need disconnected tables (with all potential dates) and cartesian products (with all category items). Then you can calculate a measure for each of the cells of your cartesian based on the key date logic.
- Anonymous4 years agoNot applicable
Awesome thanks, I'll see how I go!