Hi all,
I have been reporting issues with my latest Power BI Version: 2.87.1061.0 64-bit (November 2020). It just stops in the middle of my work and a Popup window prompts me to report the issue without giving me the chance to save my latest changes! it happened to me 6 times with this version but never before.
Also another weird thing yesterday with a DAX formula SUMX = SUMX('TABLE_X', TABLE_X[A] / TABLE_X[B]) returns a completely false result so I had to use SUM = SUM(TABLE_X[A]) / SUM(TABLE_X[B])
Any idea?
Solved! Go to Solution.
Hi @aj1973 ,
Have you upgrade the Power BI Desktop to December Version? Does the issue still exist? I checked the Issue forum but didn't find any records about such issue. I was thinking if it was a "Not Enough Memery" error. Anyway, is there detail error message showed in the popup window?
Best Regards,
Jay
Hi @aj1973 ,
Have you upgrade the Power BI Desktop to December Version? Does the issue still exist? I checked the Issue forum but didn't find any records about such issue. I was thinking if it was a "Not Enough Memery" error. Anyway, is there detail error message showed in the popup window?
Best Regards,
Jay
Hi @v-jayw-msft
So far so good with December version.
As I said, been using Power BI desktop for more than 2 years and never happened before through all versions.
Thanks
@aj1973 , Try formula like
SUMX = SUMX('TABLE_X', divide(TABLE_X[A] , TABLE_X[B]))
We have not seen any issue like this in Nov 2020. You check issue like https://community.powerbi.com/t5/Issues/idb-p/Issues
Proud to be a Super User!
Hi @amitchandak
I sure did that too. still same result. by the way when i use * to multiply the result is fine.
Thank you for your reply
@aj1973 , check the data type of 2. Make sure both are of the number data type. And try with divide function
Proud to be a Super User!
Both columns are exact same type the $, no empty fields, no null fields, same exact columns.
Anyway, this isn't my main issue, the main problem is the Poup window in the middle of my work that forces me to shuts down my desktop and lose my latest changes. I was wondering if any one else had the same issue with this latest version of power bi.
Thank you again @amitchandak for your time.
Check out new user group experience and if you are a leader please create your group
100+ sessions, 100+ speakers, Product managers, MVPs, and experts. All about Power BI. Attend online or watch the recordings.
User | Count |
---|---|
402 | |
150 | |
107 | |
81 | |
55 |
User | Count |
---|---|
413 | |
166 | |
132 | |
108 | |
86 |