Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi Experts,
I have a Stacked column chart with X axis as Mon-YYYY and Y axis as count values. And this chart is based on 3 filters for this visual. How do i display a custom message when this chart doesn't have any data.
I tried creating a new card visual and added a measure with the following code:
_Outage_Count =
Var GetOutage = COUNT(DATA_OUTAGE[SR_NUMBER])
Return
If(ISBLANK(GetOutage),"No outage for this year.", "")
This card visual has three filters. 2 filters for the values and 1 for getting only last 13 months data.
Please guide me on how to achieve this?
Solved! Go to Solution.
HI @krishgov,
You can refer to the following blog to achieve your requirement:
Show or Hide a Power BI Visual Based on Selection ✅ - Excelerator BI
Regards,
Xiaoxin Sheng
HI @krishgov,
You can refer to the following blog to achieve your requirement:
Show or Hide a Power BI Visual Based on Selection ✅ - Excelerator BI
Regards,
Xiaoxin Sheng
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
7 | |
2 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |