Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
when I merged a query and expand the table, I met the error as below.
Expression.Error: We cannot convert the value null to type Logical.
Details:
Value=
Type=[Type]
but I checked all my data there is no logical datatype. I also merged the same query with different Key it can work. how to solve this?
can you share some sample ?
my code is as above, I merged same table here, but the secode time I met the error.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 5 | |
| 4 | |
| 4 |