Forum Discussion

wendellgt_ti's avatar
wendellgt_ti
New Member
3 years ago

Use Field parameters in small multiples

Hi,

I did create um field parameters with some categories, and I need to create one category "empty" to show one larger graph, it is possible?

Example:

Field = {

("Group", NAMEOF('table dimension'[group]), 0),   //returns 4 graphs

("Category", NAMEOF('table dimension'[categorize],1)  //returns 8 graphs

("Null", ?????, 2)} //return 1 graphs, no create small multiples
 
Thanks.

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Looking for a similar solution I've resorted to layering visuals on top of one another and using buttons and bookmarks to toggle which visual is visible. It's not perfect as bookmarks can be a pain to manage but it works fairly well and helps consolidate real estate.