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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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