Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello all, we are trying to show/hide the Data Label using a column with the definition below:
Display custom label = IF(
MOD(financials[Month Number], 2) = 0
, " "
)
This [Display custom label] field is being assigned to the field of Custom label in the Data Label visual of a chart.
I created an MRE (Minimal Reproducible Example) using the sample dataset (financials) provided by PowerBI to reproduce this issue and below is the result.
At the right side, it works fine on my PowerBI Desktop - Version: 2.118.828.0 64-bit (June, 2023).
However, when we publish to PowerBI Service, it is not showing the Data Label (at the left).
We could not provide the value for the False condition due to some constraints, but that is an optional field, the PowerBI Service should work like the one in the PowerBI Desktop.
This is the MRE: https://filebin.net/aoot6la1vnl4quvl
Any workaround or solution for this?
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.