Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello!
I have a calculated column N from table BN and a measure X. X is calculated from table BN. If I use visual, choose table, and use BN and X as columns, it can be shown as a table. Now I hope to create a new table in the model in which one column is BN and the other one is X.
NewTable=summarize(BN, N, "x",X)
However it always gives me an error which says X is variant data type. Should make X a contant data type. But X is defined as decimal . Someone can help me? please !
If I use visual, choose table, and use BN and X as columns, it can be shown as a table.
Solved! Go to Solution.
@Anonymous , This error comes when you use if or switch and the datatype is different then and else
example
if(Max(Table[Col])="1", 1, "2")
here one is number and another one is text, so it will give an error
@Anonymous , This error comes when you use if or switch and the datatype is different then and else
example
if(Max(Table[Col])="1", 1, "2")
here one is number and another one is text, so it will give an error
User | Count |
---|---|
98 | |
76 | |
69 | |
53 | |
27 |