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 dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi Guys,
Would like to have a measure shown on Column E:
Just one request, as I am using Live connection Cube, so ISSCOPE function is not avaialble.
I am currently using HASONEFILTER, it does work on a Class which has multiple Categories, but it
Solved! Go to Solution.
Hi @Anonymous ,
If my reply is helpful, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
Best Regards,
Cherry
Hi @Anonymous ,
If my reply is helpful, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
Best Regards,
Cherry
Hi @Anonymous ,
By my tests and research, I'm afraid that we cannot achieve the same output in power bi.
We only could achieve the output like below.
If you want to achieve the measure above, you could refer to the formula below.
Measure = VAR sum_p = CALCULATE ( SUM ( 'Table'[Total Units] ), ALLEXCEPT ( 'Table', 'Table'[Class] ) ) VAR a = CALCULATE ( SUM ( 'Table'[Total Units] ) ) RETURN a / sum_p
Best Regards,
Cherry
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 |
---|---|
62 | |
61 | |
55 | |
38 | |
26 |
User | Count |
---|---|
85 | |
60 | |
45 | |
41 | |
39 |