Why does the DAX ALL function seem to ignore repeating values in a table

0 votes

Why does the DAX ALL function seem to ignore repeating values in a table?

I’m using the ALL function in DAX to remove filters, but it appears to ignore rows with duplicate values or only return unique entries. I need to understand how ALL works in this case and why repeating values don't show up in the expected way.

9 hours ago in Power BI by Evanjalin
• 34,450 points
6 views

1 answer to this question.

0 votes

The ALL function in DAX removes filters and returns all distinct values from the specified column or table — not all rows. That’s why it seems to “ignore” duplicates.

If you're using ALL(Table[Column]), it behaves like VALUES(Table[Column]), returning a unique list of that column’s values, even if there are repeats in the original data.

To preserve duplicates, use the full table reference:

ALL('Table')

This returns the entire unfiltered table, including duplicate rows.

So, if you want to work with every row (including repeats), avoid selecting just a column inside ALL().

answered 9 hours ago by anonymous
• 34,450 points

Related Questions In Power BI

0 votes
1 answer

To expand all lists in a row of lists at the same time without recurring values

Can't promise simple, but I have something ...READ MORE

answered Feb 19, 2019 in Power BI by Upasana
• 8,620 points
6,708 views
0 votes
1 answer

Why is conditional formatting not applying to all rows/columns in a Power BI table or matrix visual?

The most probable reasons for conditional formatting ...READ MORE

answered Dec 30, 2024 in Power BI by Vani
• 3,580 points

edited Mar 6 805 views
0 votes
1 answer

Why does a reference to a value in previous row throw this Expression.Error?

If you have multiple steps after the ...READ MORE

answered May 9, 2019 in Power BI by Avantika
• 1,520 points
1,059 views
+2 votes
0 answers

Assume referential integrity

1) What is Assume referential integrity? what ...READ MORE

Aug 19, 2019 in Power BI by vnk
2,105 views
+2 votes
1 answer

If Condition

DAX - I assume [Claim_line].[Allowed_Amount_B6] is one ...READ MORE

answered Aug 20, 2019 in Power BI by anonymous
• 33,050 points
2,116 views
+2 votes
1 answer

How to export data to CSV from power bi embedded url ?

Hi Arathi, You can open Visuals from embedded ...READ MORE

answered Aug 23, 2019 in Power BI by anonymous
• 33,050 points
7,093 views
+1 vote
1 answer

Power Bi to Machine Learning Model

Hello @vnk! Power BI only supports Azure Machine ...READ MORE

answered Dec 3, 2019 in Power BI by Priyanka
1,561 views
0 votes
1 answer

Why does selecting a row in a Power BI table visual change the layout or content unexpectedly?

When selecting a row in a Power ...READ MORE

answered Jun 19 in Power BI by anonymous
• 34,450 points
76 views
+1 vote
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP