Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi All
Why when i hard code a number in to a measure
for example BN PASSED% = SA_Full[BN count passed]/159*100
the outcome is as expected
but when i use a measure in place of the 159 where the measuee is the same number it changes the outcome?
regards Gary
Solved! Go to Solution.
HEllo @gazzo1967 ,
try this:
BN PASSED% =
Var passed = Divide(SA_Full[BN count passed],secondmeasure,0)
return
passed * 100
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Follow me on Linkedin
Vote For my Idea💡
Proud to be a Super User! | |
HEllo @gazzo1967 ,
try this:
BN PASSED% =
Var passed = Divide(SA_Full[BN count passed],secondmeasure,0)
return
passed * 100
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Follow me on Linkedin
Vote For my Idea💡
Proud to be a Super User! | |
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
94 | |
90 | |
35 | |
35 |
User | Count |
---|---|
154 | |
100 | |
82 | |
63 | |
53 |