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 nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi all,
Powerbi noob here.
I have a table (from excel data) called "query_data" and I've created a second table called "summarisedTable".
When they have no relationship between them, they look like this:
(note the symbol next to the userCount field, which I assume means that this is a numeric field)
However, when I define a relationship between them, the userCount field magically becomes non-numeric:
... which means that I can't use that field in the sankey visualisation that I'm trying to create.
Why isn't the field numeric anymore after I've created the relationship?
Solved! Go to Solution.
Hi @bdazzler,
Maybe the data type have been changed automatically. Please set the userCount as number type(highlighted in yellow background) and set it summarized by count/sum(box in blue line) as before. So you can use it as before.
Another way, please right click->Query Editor, and check if there is the changed type step in Query Editor, please remove it and click "Apply&Close", check it the data type is fine.
Please respond me if you have any other issue.
Best Regards,
Angelia
Hi @bdazzler,
Maybe the data type have been changed automatically. Please set the userCount as number type(highlighted in yellow background) and set it summarized by count/sum(box in blue line) as before. So you can use it as before.
Another way, please right click->Query Editor, and check if there is the changed type step in Query Editor, please remove it and click "Apply&Close", check it the data type is fine.
Please respond me if you have any other issue.
Best Regards,
Angelia
Thanks Angelia - clicking on the column and changing the "Default Summarization" did the trick!
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 18 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 38 | |
| 31 | |
| 27 |