Table dropdown / Visual

May i ask another question?

I have 20 tables,
a) i want to create a drop down with the table names in it
b) i want to use 1 table visual and when i select the table name from the drop down, the data in the visual should return that tables data.
image

Desired Outcome: If I select a different table name, the data in the table visual would change to display the columns in the table selected in the dropdown.

hope that makes sense.

Neilon

I have 20 tables,
a) i want to create a drop down with the table names in it
b) i want to use 1 table visual and when i select the table name from the drop down, the data in the visual should return that tables data.

Do all 20 tables have the same columns? If the table structure is identical but the values are different, the easiest thing to do would be to

  1. Add a column to each table containing the table name (or some other value that you would like to display in the dropdown slicer). Depending on what source(s) data is coming from, that could very easy to do.
  2. Append all the tables into a single table using “Append Queries” in PowerQuery or the UNION() function in DAX.
  3. Use your dropdown slicer to filter on the new column you added.
1 Like

Hi @neilonbooysen, we aim to consistently improve the topics being posted on the forum to help you in getting a strong solution faster. While waiting for a response, here are some tips so you can get the most out of the forum and other Enterprise DNA resources.

  • Use the forum search to discover if your query has been asked before by another member.
  • When posting a topic with formula make sure that it is correctly formatted to preformatted text </>.

image

  • Use the proper category that best describes your topic
  • Provide as much context to a question as possible.
  • Include the masked demo pbix file, images of the entire scenario you are dealing with, screenshot of the data model, details of how you want to visualize a result, and any other supporting links and details.

I also suggest that you check the forum guideline How To Use The Enterprise DNA Support Forum. Not adhering to it may sometimes cause delay in getting an answer.

Please also check the How To Mask Sensitive Data thread for some tips on how to mask your pbix file.

Hi @neilonbooysen, we’ve noticed that no response has been received from you since the 20th of Feb. We are waiting for the masked demo pbix file, images of the entire scenario you are dealing with, screenshot of the data model, details of how you want to visualize a result, and any other supporting links and details.

In case there won’t be any activity on it in the next few days, we’ll be tagging this post as Solved.