Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello everyone,
I want to create a subcategory percentage but something goes wrong.
I found some related solutions but it looks like they are not working because I have measured instead of the calculated column.
I wrote a dax like this
any idea?
Thanks in advance!
Solved! Go to Solution.
@v-kkf-msft thank you! thumb up for your solution!
My solution at the end
@v-kkf-msft thank you! thumb up for your solution!
My solution at the end
Hi @SpiroswayGR ,
Please create these measures.
Measure 2 = SUM ( Calendar_System[Value] )
%per category =
DIVIDE (
[Measure 2],
CALCULATE ( [Measure 2], VALUES ( Table1[Agent] ), ALL () )
)
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
thumb up for solution 😄
any correction for this dax? maybe change sumx to sum ?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
123 | |
79 | |
49 | |
38 | |
37 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |