Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I made a DAX of the following Formula but i verified the formula using excel there is a quite a bit of difference in the results that I have obtained. Yellow Colored column is from Power BI using DAX and Grey is in excel using the formula below, but somehow the implementation is not working in DAX.
What I am doing wrong or how to correct this error. Seems like a very simple problem?
Total Revenue = (T.CHARGES + T.XCHARGES) * T.FUNCTIONAL_AMT / T.TOTAL_CHARGES
DAX
=+IFERROR((E5+F5)*D5/E5,0)
The total I get in the power BI is also hugely different i get a total of 1,111,016 in POWER BI when I export the data into Excel it shows only 53,000. What am I doing wrong?
Solved! Go to Solution.
hi @Anonymous
try leave out all the SUM, like:
hi @Anonymous
try leave out all the SUM, like:
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |