Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I have a set of Offices in my organization, divided in Groups, each Office keep track of its Operations.
I have to create a KPI that when I go in drilldown on a single Office it confronts its Operations with a Measure of Count(Operations)/Count(Offices) but only relative to the selected Office's Group, not all the Offices.
I tried creating a measure of this division but when i select the sigle Office the measure too is filtered to that, and if I make it ignore selections it considers all the Offices (all the Groups).
How can I make this measure ignore all the selection filters except the one regarding the selected Office's Group?
Thanks for the help.
Solved! Go to Solution.
Hi @Crysis85,
Please try this measure:
Divid measure = COUNT ( Offices[Operations] ) / CALCULATE ( COUNT ( Offices[Office] ), ALL ( Offices[Office] ) )
Regards,
Yuliana Gu
Hi @Crysis85,
Please try this measure:
Divid measure = COUNT ( Offices[Operations] ) / CALCULATE ( COUNT ( Offices[Office] ), ALL ( Offices[Office] ) )
Regards,
Yuliana Gu
User | Count |
---|---|
121 | |
72 | |
71 | |
57 | |
50 |
User | Count |
---|---|
167 | |
83 | |
68 | |
65 | |
55 |