Forum Discussion
n25philly
2 years agoNew Member
Need help filtering data
Just started with BI and it seems like you need to be a programmer to actually use this which is annoying. I need help filtering data on a chart I am creating. I'm using a stacked column chart. ...
Daniel29195
2 years agoCommunity Champion
Hello n25philly
write a measure as follow :
if( sum( table_name[col_name]) = 0 , blank() , sum( table_name[col_name]) )
drag this measure to the visual you are using.
let me know if this works for you.
if not, please share a visual representation of your problem . this would be helpful to understand your specific issue.
If my response has successfully addressed your issue kindly consider marking it as the accepted solution! This will help others find it quickly. I would appreciate hitting that kudos button 👍🤠