March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
hi, i have a table that contain the fo,owing colums:
name date
jonthan 19/11/2017
jonthan 20/11/2017
josef 20/11/2017
omar 20/11/2017
jonthan 20/11/2017
josef 19/11/2017
i whant to create a related table that show the folowing information when i select the dates between 19/11/2017 and 20/11/2017
name total days
jonthan 3
josef 2
omar 1
what is the correct syntax to create a calculate column ??
thanks.
Solved! Go to Solution.
Hi @davidi4524,
Look at your original question carefully - COUNT is exactly what you wanted. Anyways, for your changed question now, try this
=DISTINCTCOUNT(Data[Date])
If you want a distinct count for my solution, simply select 'Distinct Count' from the dropdown instead of 'Count'.
If you want simply display the table, you can do that with just a couple clicks using the Table visual. Just drag the 'Name' column onto the table twice. Click the drop down arrow and select 'Count'. Then, create a filter using your Date column. Be sure that it's formatted as a date or date/time or you won't see the slider, you'll see check boxes.
If you want to create a brand new table...
ok but i need to count distinct the numbers of the records per the username between dates. this solusion is only make a subtotal per username
If you want a distinct count for my solution, simply select 'Distinct Count' from the dropdown instead of 'Count'.
ok but i need to count distinct the numbers of the records per the username between dates. this solusion is only make a subtotal per username
Hi @davidi4524,
Look at your original question carefully - COUNT is exactly what you wanted. Anyways, for your changed question now, try this
=DISTINCTCOUNT(Data[Date])
Hi,
This should not be a calculated column but a measure. Drag the Name, create a date slicer and make any selection. Then use this measure
=COUNTROWS(Data)
Hope this helps.
sorry, i'm new to the dax language. what execly the syntax to make it?
Hi @davidi4524,
Have you tried the solution provided above? Does it work in your scenario? If it works, could you accept it as solution to close this thread?
If you still have any question on this issue, feel free to post here.
Regards
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
157 | |
97 | |
79 | |
69 |