Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Community!
I have been practicing and feel stucked in this part, if someone could give me some guide i will be grateful.
I have the next example table:
I would like to transfer this logic to Power BI. I have a column name, an activity and a group. I want to know if a Person has "any group" and also the group "Others", for example if the person is on Wheels and Balls group it counts as False, is True just when is in any group and also in Others.
My mind is blowing, i will appreciate any help!
Thanks in advance.
Solved! Go to Solution.
Thanks for the help!!
At the beggining it doesnt work because i think it was taking the last record boolean, so i add this line and it works.
Hi,
Try these measures
Count of activites and group = CALCULATE(COUNTROWS(Data),ALLEXCEPT(Data,Data[name]))
Count of Other group = CALCULATE(COUNTROWS(Data),ALL(Data[Activity]),Data[Group]="Others")
Control = if(max(Data[Group])="Others","-",[Count of activites and group]<>1)
Hope this helps.
Hi !
I think you can do this as a new column
Thanks for the help!!
At the beggining it doesnt work because i think it was taking the last record boolean, so i add this line and it works.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
68 | |
64 | |
51 | |
39 | |
26 |
User | Count |
---|---|
84 | |
57 | |
45 | |
44 | |
36 |