Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
why cant i write VALUES('calendar'[MonthName]) and drag this is a matrix and see the unqiue values of that column. Isnt this function supposed to return the unqiue values of a column within a table?
Solved! Go to Solution.
No. Values function cannot be used directly to return result. It's use is limited as intermediate function, nested within another function.
Ex:
=COUNTROWS(VALUES('calendar'[MonthName]))
If you stick the column into rows of Matrix. It will automatically aggregated/grouped by distinct.
Then you can add measures to summarize data based on it.
Though I'm not sure what end result you are after.
No. Values function cannot be used directly to return result. It's use is limited as intermediate function, nested within another function.
Ex:
=COUNTROWS(VALUES('calendar'[MonthName]))
If you stick the column into rows of Matrix. It will automatically aggregated/grouped by distinct.
Then you can add measures to summarize data based on it.
Though I'm not sure what end result you are after.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
26 |
User | Count |
---|---|
94 | |
50 | |
43 | |
40 | |
35 |