Hello Community,
I have published a Python visual to PBI Service.
I am experiencing a difference in my labels between desktop and service
Desktop:
Service:
The label column 'EAN' seems to turn into a float in the service which postfixes '.0'.
I cast the label column as a string:
result['EAN'] = result['EAN'].astype('str')
Any ideas on what I can try to get the same labels in service as in desktop?
Hi @Anonymous ,
What is the type of the label? How about change 2 to 0? Then publish again?
How to apply sensitivity labels in Power BI - Power BI | Microsoft Learn
If I have misunderstood your meaning, please provide pbix file without privacy information for us testing.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.