Forum Discussion
Anonymous
4 years agoNot applicable
Handling Images in Power BI (Python, Power Query, DAX, Relationships - all into play.)
Hi marcorusso AlbertoFerrari
We had a requirement to show images in Power BI visuals. A lot of them. Hosting the images at some websites and storing the URL in our SQL table was not a viable o...
V-lianl-msft
4 years agoCommunity Support
Hi Anonymous ,
If the sorting in power query does not change and the filtering conditions of DAX formula do not change, the running order will not change.
As far as I know, the 32766 character limit on text being loaded into Power BI, and the 2.1 million character limit in DAX functions.
In addition to the live connection, the data will always be imported or cached in the model, so 32766 is an inevitable limitation unless you use live connection.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.