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
I use below dax code to calculate % of client survyes to the total survey count received.
date slicer | ||||||
01-07-2022 | 31-Jan-23 | client | total surveys | total count | % contribution | |
a | 45 | 2000 | 2% | |||
b | 30 | 2000 | 2% | |||
c | 14 | 2000 | 1% | |||
d | 3 | 2000 | 0% | |||
… | 56 | 2000 | 3% | |||
98 | 2000 | 5% | ||||
total | 2000 | 100% |
this is not correct
date slicer | total surveys | % contribution | ||||||
01-07-2022 | 31-Jan-23 | client | Jul-22 | total count | % | Jul-22 | total count | % |
a | 45 | 1200 | 4% | 34 | 1200 | 3% | ||
b | 30 | 1200 | 3% | 67 | 1200 | 6% | ||
c | 14 | 1200 | 1% | 23 | 1200 | 2% | ||
d | 3 | 1200 | 0% | 37 | 1200 | 3% | ||
… | 56 | 1200 | 5% | 44 | 1200 | 4% | ||
98 | 1200 | 8% | 39 | 1200 | 3% | |||
total | 1200 |
@prady2581 , In that case you should use remove filters of client
Client_count_All =
CALCULATE(
COUNT('Raw data'[clientname]),removefilters('Raw data'[client] )
)
Learn Power BI: All, allselected, removefilters,allexcept- https://www.youtube.com/watch?v=cN8AO3_vmlY&t=24270s
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 |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |