This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
We have created this dashboard to show the data based on the graphs. But there is a default data shown and we want it to show empty or no data and we should see data only based on the bar graph. Please help
The left side table shows the employee data. The right side bar graphs are filters. When the bars are clicked, the left side table should show filtered data. But when nothing is clicked, the table should so blank. Instead it is showing the entire data.
Solved! Go to Solution.
Hi, @Vigneshrao
Based on your information, I create some sample table:
Create a table view and a stacked column view.
Then create a new measure to replace Resource Group field, try the following DAX expression:
NoDataMessage =
IF(
ISFILTERED('Table'[Resource Group]),
MAX('Table'[Resource Group]),
BLANK()
)
When I don't click on the bar chart, the table view is empty, and when I click on it, there is the corresponding data, here is my preview:
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Vigneshrao
Based on your information, I create some sample table:
Create a table view and a stacked column view.
Then create a new measure to replace Resource Group field, try the following DAX expression:
NoDataMessage =
IF(
ISFILTERED('Table'[Resource Group]),
MAX('Table'[Resource Group]),
BLANK()
)
When I don't click on the bar chart, the table view is empty, and when I click on it, there is the corresponding data, here is my preview:
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The left side table shows the employee data. The right side bar graphs are filters. When the bars are clicked, the left side table should show filtered data. But when nothing is clicked, the table should so blank. Instead it is showing the entire data.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 26 | |
| 22 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 42 | |
| 42 | |
| 41 | |
| 21 | |
| 20 |