The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hey @deven11 ,
at what point are you stuck or what did you try so far?
It should be easy, like:
Division Measure =
DIVIDE (
SUM ( table1[assasible value] ) - SUM ( table2[realization value] ),
SUM ( table1[assasible value] )
)
If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
Best regards
Denis
Blog: WhatTheFact.bi
Follow me: twitter.com/DenSelimovic
Connect with me: LinkedIn
Hi @deven11, Hope you are doing good.
To perform a calculation in Power BI that subtracts the realization value from the sum of assessable value and divides the result by the sum of assessable value, you can create a calculated measure using DAX (Data Analysis Expressions). Here's the DAX formula you can use:
MeasureName =
DIVIDE(
SUM(TableName[AssessableValue]) - SUM(TableName[RealizationValue]),
SUM(TableName[AssessableValue])
)
Did I answer your question? Mark my post as a solution! Appreciate your Kudos !!
Let's Connect on LinkedIn: https://www.linkedin.com/in/anmol-malviya/?originalSubdomain=in
Hey @deven11 ,
at what point are you stuck or what did you try so far?
It should be easy, like:
Division Measure =
DIVIDE (
SUM ( table1[assasible value] ) - SUM ( table2[realization value] ),
SUM ( table1[assasible value] )
)
If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
Best regards
Denis
Blog: WhatTheFact.bi
Follow me: twitter.com/DenSelimovic
Connect with me: LinkedIn
User | Count |
---|---|
81 | |
74 | |
42 | |
30 | |
28 |
User | Count |
---|---|
108 | |
96 | |
53 | |
48 | |
47 |