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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
ggzmorsh
Helper II
Helper II

Table from a distinct category

I would like to create a distinct table from Table1

 

reference.idevent.id
1a
2b
3c
4d
5e
6a
7b
8c
9d
10e
11a
12b
13c
14d
15e

 

And the new Table2 would only give me the event.id that has "a".

reference.idevent.id
1a
6a
11a
1 ACCEPTED SOLUTION
Mariusz
Community Champion
Community Champion

Hi @ggzmorsh 

 

The simplest way with use of New Table DAX expression 

Table2 = FILTER( Table1, Table1[event.id] = "a" )



Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.



View solution in original post

1 REPLY 1
Mariusz
Community Champion
Community Champion

Hi @ggzmorsh 

 

The simplest way with use of New Table DAX expression 

Table2 = FILTER( Table1, Table1[event.id] = "a" )



Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.



Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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