Found a bug on combo charts in service. Started happening recently.
I have a combo chart where the line measure is supposed to go blank if filters are not used.
The bar chart does not have that restriction, yet in the service it goes blank as well. Below is from the service:
In desktop, it is fine and can see the bars as you can see below:
Able to replicate this bug and only happens when the measure is a IF statement where the false is Blank().
Narrowed it down to the Show Marker option.
As soon as I turn it off, the bars show up in the service just like in the desktop:
Uploaded sample file here:
https://github.com/acbg3/MarkerIssue/blob/main/SampleFile.pbix
26 Comments
- v-cazheng-msft
Community Support
Status changed:InvestigatingtoNeeds InfoHi acbg ,
Would you like to post a download link of the sample pbix file with this issue so we can do test based on it to see whether it is a bug that need fixed?
Thank you very much!
Best Regards,
Community Support Team _Caiyun Zheng
- acbg
Resolver III
Hi v-cazheng-msft ,
Uploaded the file here:
https://github.com/acbg3/MarkerIssue/blob/main/SampleFile.pbix
The first chart is with the marker option enabled and it goes blank in the service:
- blopez11
Super User
Wow, the exact same is happening to me
I have a line and stacked column chart where the measure I use for my line is below:
Total Budget (Non-Zero) = IF ( [Total Budget] > 0, [Total Budget] )
The measures I use for my column values are pretty straight forward
I have a slicer visual using a table column that is related to my fact table where my measures are pulling their values
When all values are selected on the slicer, everything shows fine, but if I select individual values on slicer, nothing changes in the line and stacked column chart
When I toggle the show marker to off, and republish, everything works as expected, just the marker doesn't show in my visual
This has got to be one of the strangest things I have seen
Thank you to acbg for also seeing this, I thought I was going crazy, and amazing how you found what seems to be causing this
- v-cazheng-msft
Community Support
Hi acbg
I've tested at my side. I will not got the same issue with the sample file from you. Here is the screenshoot of the report page after publised to service. I just opened it with lasted Desktop(October 2021) and didn't do any change to this report. As you can see, both of these two visuals are displayed properbly on servcie.
acbg blopez11 May I know whether you are using the lasted version of Power BI Desktop?
Best Regards,
Community Support Team _Caiyun Zheng
- acbg
Resolver III
Hi v-cazheng-msft ,
I am using Sepetember version, maybe thats whats causing the issue as my reports were updated at the end of last month but the issue in the service was recent. Will see if I can upgrade to October next week and advise if the issue persists.
- acbg
Resolver III
Hi v-cazheng-msft ,
Upgraded it to October but the issue still persists.
Still not able to see the first chart in the service:
- blopez11
Super User
I have checked on some other reports that were published with the August release of the desktop, that also use combo line and bar chart visuals with a measure, that uses an IF condition that may return blank, for the line value, and they are exhibiting the same issue
- AnonymousNot applicable
Having exact the same issue, worked perfectly before
Working with October 2021 version of desktop.
Power BI embedded capacity in North Europe. Issue is in both gen1 as in gen2 capacity
v-cazheng-msft In which region are you testing? And also in embedded capacity? or in shared capacity?