The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I am trying to declare variable in Power Pivot but getting error . I am not sure that i am making mistake or variable can not use in Power Pivot??
Please help
Solved! Go to Solution.
Hi @lavdeepk
The error message indicates that the DATA[QTY] is of text type while it needs to be of number type.
So, please check the type of that column and change it to number.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @lavdeepk
How do you declare variable in Power Pivot?
Could you show me some examples with screenshots and tell me what's the errors?
Is this you wanted?
https://powerbi.tips/2017/05/using-variables-within-dax/
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Maggie,
As reqired i am sharing details with you please see Below SS.
I am able to declare variable in power bi and getting error when i use same code and same syntex in power pivot
Thanks
Lavdeep sharma
Hi @lavdeepk
The error message indicates that the DATA[QTY] is of text type while it needs to be of number type.
So, please check the type of that column and change it to number.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.