Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
76 | |
61 | |
37 | |
33 |
User | Count |
---|---|
101 | |
56 | |
51 | |
45 | |
40 |