The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I have a datetime column and No column with repeated values in both. I need to calculate distinct count of No per day.
Here is my sample data
So I need Distinct count of bomno column with respect to date 23-06-2021.
Thanks in Advance...
Solved! Go to Solution.
Hi @erp ,
You can use something like:
measure = CALCULATE(DISTINCTCOUNT(Table[bomno]),FILTER(ALL(Table),Table[lastdate].[Date] = Date(2021,6,23)))
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Hi @erp ,
You can use something like:
measure = CALCULATE(DISTINCTCOUNT(Table[bomno]),FILTER(ALL(Table),Table[lastdate].[Date] = Date(2021,6,23)))
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
122 | |
89 | |
75 | |
55 | |
45 |
User | Count |
---|---|
134 | |
120 | |
76 | |
65 | |
64 |