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,
i am trying to calculate % of revenue per outlet; see below - i need each Cat-Category to be devided by Total rev in that Cat-DepartmentDesc
Solved! Go to Solution.
Hi @YuliyaMusiyuk ,
According to your description, I did a test reference as follows:
Column =
IF (
'Table'[REV] = 0
|| ISBLANK ( 'Table'[REV] ),
0,
DIVIDE ( 'Table'[CY MTD], 'Table'[REV] )
)
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @YuliyaMusiyuk ,
According to your description, I did a test reference as follows:
Column =
IF (
'Table'[REV] = 0
|| ISBLANK ( 'Table'[REV] ),
0,
DIVIDE ( 'Table'[CY MTD], 'Table'[REV] )
)
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
can you provide more data ?
i have multiple outlets )Outlet 1, outlet 2-10), but the concept is the same - i wanted to have for example 07-Benefits devided by 04-Revenue per Outlet 1; 07-Expenses devided by 04-Revenue. Am i making sense what i am asking?
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 |
---|---|
121 | |
79 | |
47 | |
45 | |
36 |
User | Count |
---|---|
178 | |
89 | |
69 | |
47 | |
47 |