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'm trying to establish the CNT per Customer per Month.
For example Sum of Chem_17CNT per COUNT of all Cust SAP NU... per RunYearM
So In the table below for the first line of 2018M01 I'd like to see that total CNT (2734) divided by the COUNT of Customers.
Hence the average CNT per customer in 2018M01
How can i do that with a measure?
Many thanks!
it isn't working unfortunately.
I tried:
divide(table[chem17cnt],distinctcount(table[customer])) but i think i'm missing a filter for the month. I've PMed you Amit. Many thanks
@Anonymous , Try a measure like
divide(count(Table[customer]), distinctcount(Table[customer]))
if did not work
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
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 |
---|---|
23 | |
16 | |
12 | |
9 | |
7 |
User | Count |
---|---|
38 | |
32 | |
29 | |
12 | |
11 |