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 All,
I have pivoted few columns and created a dynamic matrix table with details mapped to Employee IDs in the dataset.
However, I'm looking to count the number of records in the employee ID column alone.
Can someone suggest a dax measure to calculate the number of records for an individual column for the dynamic table please?
Hi @Amit
Please find the scenario below,
I have a slicer as shown below
The output table changes as when I make selections on the slicer
Step 1 : When i choose one field, it gives me the below total count
Step 2 : When i start choosing extra columns, the count keeps doubling as below,
Requirement : I want to count the rows for only the EMPLID field alone and do not want the row count to change when I change the selections.
Can you help me with a DAX measure for this please?
@pg9 , a measure like below should do
cnt = count(Table[Employee ID])
The information you have provided is not making the problem clear to me. Can you please explain with an example.
Appreciate your Kudos.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
127 | |
82 | |
69 | |
53 | |
44 |
User | Count |
---|---|
204 | |
105 | |
99 | |
64 | |
54 |