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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
JaClem
New Member

Power BI Searchable Database

Afternoon, I'm extremly new to PowerBI and I'm wanting to create a database our team can use to search up specific values/ I orginally attempted to make this in Excle but it was suggested that I try it here. Due to confidentiality I really can't say exactly what but as an example...

 

 

I created an excel sheet to help my team search up what color options were available for specific car brands. On the Y axis I listed the brands and on the X axis I listed the colors. To make things easier for myself I set it up where each cell had a drop down that would say either "Yes", "No", or 'N/A". WIth inventory always changing I figured this would be easiest so if we added a color it would only take me flipping one cell from "False" to "True" to update it. I'm trying to see if there's a way to search out of this table, particularly based off color, so we could search "Blue", for instance, and see every vehichle that currently has a blue color option. I honestly have no idea how I'd go about having a cell check a row and column at the same time to find the matching values and take a "Yes" or "No" from each cell to determine if that car brand should be listed. 

 

Any help is greatly appreciated. Thanks!

1 REPLY 1
v-lili6-msft
Community Support
Community Support

hi, @JaClem 

For your case,  "To make things easier for myself I set it up where each cell had a drop down that would say either "Yes", "No", or 'N/A"." it couldn't be achieved in power bi. power bi is BI tool, It is used to analyze the data but not modify the data. to update data, you need to update it in data source and then refresh dataset in power bi.

And you may try to  this data model:

Dim table: Brands and Colors

Data table: it should be like this:

Brand Color othercolumn1 othercolumn2

Then create the relationship with Dim table: Brands and Colors

and then create the measure to count or sum the data table

Now drag dim fields from dim table as aslicer to fiter data.

 

There many power bi report example and documents for you to refer to:

https://docs.microsoft.com/en-us/power-bi/sample-datasets

 

Best Regards,

Lin

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors