Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I have a table with too many records, we need distinct values for a selected period on a slicer.
If you take a look the image below, I'm able to do this in the visual page, using 'LATEST' and also 'LAST' feature respectivelly.
>>>> Is there a way to do the same but this using DAX?
Here is my current DAX which works as epxected but only when using for 01 field - we need group the main table by the 03 fields in order to then show all other fields in the dataset.
DAX-Table-Sumarized = SUMMARIZE(Table1, Table1[Número],"VirtualField","")
Hi @FreemanZ,
tks for quick reply and help.
You came almost there....
The 'DATE' field was wrong fullfilled with the MAX DATE for each record and not the LAST/LATEST respecting the date interval defined on the slicer.
try to create a new table with this:
I also tried the DAX 'GroupBy' but when we add other fields, the result is not as the expected....
Dax-Table-GroupBy = GROUPBY(Table1,Table1[Número],Table1[Date],Table1[Consider])
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |