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

need help

i select the following ticket:  gv0011499907 and i get the following table:

Note: all fields belong to the same table

Ticket                    Company        Activity           Days in Activity

gv0011499907                 22        Operation                         150

gv0011499907                 22        Entry                                     2

gv0011499907                 22         blocked                                0

gv0011499907                 22         sorting                                 0

 

I have another table like the first but only with the fields:

Ticket    Activity

 

when i click on the first line of the first table the result in the second table is:

Ticket                     Activity

gv0011499907       Operation

 

How can i do (in dax) to get as a result in the second table all the rows of the first table, that is to say that the activity filter that is activated when i select the first row of the first table is ignored.

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

I have an idea for you to try.

Create a table only include ticket column.

Table 2 = SUMMARIZE('Table','Table'[Ticket])

Then create a measure.

Measure = IF(SELECTEDVALUE('Table 2'[Ticket])=MAX('Table'[Ticket]),1,BLANK())

Finally filter the measure is 1.

vpollymsft_1-1677636481939.png

 

vpollymsft_0-1677636466226.png

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Polly

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
Anonymous
Not applicable

Hi @Anonymous ,

I have an idea for you to try.

Create a table only include ticket column.

Table 2 = SUMMARIZE('Table','Table'[Ticket])

Then create a measure.

Measure = IF(SELECTEDVALUE('Table 2'[Ticket])=MAX('Table'[Ticket]),1,BLANK())

Finally filter the measure is 1.

vpollymsft_1-1677636481939.png

 

vpollymsft_0-1677636466226.png

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Polly

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

Anonymous
Not applicable

Thank you for Help

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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.