Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I created a mesasure using import mode and was able to use it in a vizualization. However, when I use the same measure in direct query mode, I get the following error: " MdxScript(Model) (1,169) calculation error in measure "Measure table[Measure Name]: A table of multiple values was supplied where a single value was expected.
Again I created the same value in import mode and did not get this error. Any suggestions on how to fix this?
Thanks,
@Eddie There are some DAX functions that will not work in DQ mode. What is the measure, and what version/Database are you running it against?
I'm running against Azure SQL db. The measure calculates the sum of hours from a fact table based on "reporting period from" and "reporting hours to" values.
@Eddie Did you check the data types of the values? Are they the same in the database as they are when you import? Often Power BI will choose it's own "best fit", while DQ will use what is in the database.
I'll look into that. Where can I find a list of functions that are not supported in DQ?
| User | Count |
|---|---|
| 50 | |
| 36 | |
| 29 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 66 | |
| 58 | |
| 39 | |
| 21 | |
| 20 |