Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I'm not sure I have a name for what I want to do, so I don't know how to search for help.
I have a large sheet and in one column there are several types of Events. I want to be able to call those types out individually when I'm creating visuals, etc. but they aren't indiviudally available when I'm working in the report. I can use them as a filter but I don't want to filter the entire report just to get one variable.
I tried createing a list in the Excel doc that I imported but that didn't work. How
I'm just learning DAX so I'll have to look into how to do that. thanks.
Hi @Anonymous,
If I understand this correctly you want to distill the values in the column to unique values only and then use it as a separate "dimension" table? Like
A
A
A
B
B
B
C
D
C
to
A
B
C
D
Check Table.Distinct() funciton. This is also available from a column context menu:
Cheers,
John
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
13 | |
8 | |
8 | |
7 |
User | Count |
---|---|
17 | |
13 | |
7 | |
6 | |
6 |