Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi there,
I have tried an awesome feature to use a measure as title for a table today.
Works great except the cases when there is no data in the table to aggregate (even when 'Show row if no data' ticked for a column). I even hardcoded a string in the measure to make sure there is no issue with measure itself.
If I use there measure in a Card - it works fine.
If I use plain text in the title - it works fine.
Here is a screenshot.
Because the string is not related to any other rows so table/matrix will not show the text in rows.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Jimmy @v-yuta-msft ,
I am not talking about rows not shown up.
The problem is that the table title is missing when there is no data for aggregation.
Any ideas?
Please check if the power bi desktop has been updated to the latest version.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I have the latest Version: 2.69.5467.1751 64-bit (May 2019)
Looks like a bug to me. I am forced to use a card instead of the table visual title. Card renders fine all the time.
Steps to reproduce:
1) Create a table visual with some data with aggregation
2) Create a measure that returns any string for simplicity.
3) Enable title on the visual and use the measure for it.
4) Filter table data that way so there is no data available for aggregation
Expected behaviour: title should always be on if the measure return a proper value
Current behaviour: title gets hidden for some reason