Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
69 | |
66 | |
51 | |
33 |
User | Count |
---|---|
114 | |
99 | |
75 | |
65 | |
40 |