Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Julia2023
Regular Visitor

Power BI Dictionary

Hi Community,

 

Is it possible to create something like a dictionary in Power BI? For example, if you enter the value ‘Velo’ somewhere, could it show the exact table or tables where this value could be found? In this case, the financials table.

Does anyone have any tips or tricks to share? Much appreciated.

 

Julia2023_0-1714486832424.png

 

1 ACCEPTED SOLUTION
v-yangliu-msft
Community Support
Community Support

 

Thanks for the reply from @Tahreem24 , please allow me to provide another insight:

Hi  @Julia2023 ,

I created some data:

Table1:

vyangliumsft_0-1714538894036.png

Table2:

vyangliumsft_1-1714538894038.png

Here are the steps you can follow:

1. Create calculated column.

Create a calculated column for each table to represent the name of the current table.

NAME = "Table1"

vyangliumsft_2-1714538925040.png

2. Click Q&A visual.

vyangliumsft_3-1714538925041.png

3. When you enter a Value, it will automatically display which table it is in, and when you click on a table, it will display the information of that row only.

vyangliumsft_4-1714538946223.png

vyangliumsft_5-1714538946223.png

4. If you want to display the searched values in more than one table, you can create a search summary table containing all the searched information.

Create calculated table

search_table =
UNION(
    'Table1','Table2')

vyangliumsft_6-1714538959912.png

5. Result:

vyangliumsft_7-1714538982179.png

vyangliumsft_8-1714538982179.png

 

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

View solution in original post

2 REPLIES 2
v-yangliu-msft
Community Support
Community Support

 

Thanks for the reply from @Tahreem24 , please allow me to provide another insight:

Hi  @Julia2023 ,

I created some data:

Table1:

vyangliumsft_0-1714538894036.png

Table2:

vyangliumsft_1-1714538894038.png

Here are the steps you can follow:

1. Create calculated column.

Create a calculated column for each table to represent the name of the current table.

NAME = "Table1"

vyangliumsft_2-1714538925040.png

2. Click Q&A visual.

vyangliumsft_3-1714538925041.png

3. When you enter a Value, it will automatically display which table it is in, and when you click on a table, it will display the information of that row only.

vyangliumsft_4-1714538946223.png

vyangliumsft_5-1714538946223.png

4. If you want to display the searched values in more than one table, you can create a search summary table containing all the searched information.

Create calculated table

search_table =
UNION(
    'Table1','Table2')

vyangliumsft_6-1714538959912.png

5. Result:

vyangliumsft_7-1714538982179.png

vyangliumsft_8-1714538982179.png

 

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Tahreem24
Super User
Super User

@Julia2023 As of now, I don't think sp its possible.

 

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.