dashboard not reflecting filtered values

Options

I have a dashboard which has filters by semester term and college.
There is a column for type of housing and a metric in the dashboard. The metric should display upon the filter on college as a whole as it is constant across all terms . However, it displays only upon filtering the terms, as the data is present across rows alongside semester terms.
How do I achieve the display upon filtering the chapter?
Can I use a formula of group by saying, when the housing type is constant across all terms then display the constant term?
If yes how do i achieve that?

Tagged:

Answers

  • ST_-Superman-_
    Options

    Hi @art_in_sky - could you provide some more information about your data structure? Maybe provide a few rows of data (feel free to change the data, but keep the schema consistent). This would help get an answer to your question.


    “There is a superhero in all of us, we just need the courage to put on the cape.” -Superman
  • art_in_sky
    Options

    the first column is the college and the second column is the semester term. It displays only when term semester is filtered and when college is filtered , it does not display the value that is constant across all terms.