Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have a data set that looks like the below data. I created a graph based on the Time column. I want the graph to only count rows with the same ID once. The data set and subsequently the graph will be occassionaly updated. Please help.
ID Owner End Title Time
7 Ted White XD 9:45 1/1/18
7 Ted Green GT 9:45 1/1/18
8 John Blue PT 9:25 8/8/16
9 Bill Hazel TY 11:45 2/6/22
Solved! Go to Solution.
Use the DISTINCTCOUNT(TableName[ID]) Function. It will return 3 in the example above.
You can use the Table.Distinct function in Power query (remove duplicates) on the ID row, but it will delete the 2nd row there, which is likely not what you want unless you are ok to use the info for Ted/Green/GT.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingUse the DISTINCTCOUNT(TableName[ID]) Function. It will return 3 in the example above.
You can use the Table.Distinct function in Power query (remove duplicates) on the ID row, but it will delete the 2nd row there, which is likely not what you want unless you are ok to use the info for Ted/Green/GT.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingMarch 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
15 | |
15 | |
13 | |
12 | |
11 |