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 have a measure something like below in tabular model.It is working fine when i browse the ssas database.
Measure:=DIVIDE(sum(Table1[Column1]),sum(Table2[Column2]))
I am using that measure in power bi and it is giving "An Unexpected exception occured" error. I tried all the visuals but still same problem.
Please suggest.
Hi anil2,
Based on your description, you are using live connection mode, right? It seems like a SSAS error happens when you implement the measure in power bi. For troubleshooting, I would recommend you to refer to this article: https://blogs.msdn.microsoft.com/sqlblog/2014/12/16/what-is-ssas-error-an-unexpected-exception-occur....
Regards,
Jimmy Tao
Try:
Measure:=DIVIDE(sum(Table1[Column1]),sum(Table2[Column2]),0)
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
71 | |
70 | |
38 | |
28 | |
26 |
User | Count |
---|---|
97 | |
88 | |
60 | |
43 | |
40 |