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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Filter value by text, get back value/text

I need help on creating a filter that finds corresponding data to ID from VALUE by using text filtering form DESCRIPTION

for example: i need to filter all values that are named "Value A" in description and have (text or number) in value table

 

ADDED INFO: all data is on a SQL server.

 

At the moment if I use matrix table i get results, i cant just manage the values in logical order or chose what i want to show

table now.png 

 

I would want to have the table like this, 

Table 1.png

 

Tables what are now use are: 

D_Equipm, Equipm [ID]

F_Feed, Feed [Description]

F_Feed, Feed [Value]

 

 

ID.png Description.png  Value.png

2 REPLIES 2
Bifinity_75
Solution Sage
Solution Sage

Hi @Anonymous , You need to create another table and set a value for order by description, like the image: (adding an index column):

Bifinity_75_0-1669757017107.png

- You must create the following relationship:

Bifinity_75_1-1669757154119.png

 

- And last, insert matrix object, and sort rows by the order, like the image:

Bifinity_75_2-1669757350842.png

 

Best regards

Anonymous
Not applicable

This is not possible due to SQL database and I cant add the new table, also i will use other data related to the ID 

 

The description table will be a mix of at the moment 178 different descriptions and 12800 Values (just started gathering data)

 

I have tried to make a formula that woud count the row number and return the same row from Value

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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
Top Kudoed Authors