March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I have a source table similar to the example:
Records Is good
AABB True
BBAA True
CCAA True
DDAA False
I have a table in my desktop that returns a record against a slicer however I only want the reposnse to come up when the 'Is good' column is true, which i have a acheived through a simple filter on the table. So now when i select 'DDAA' from the slicer, the table is blank. I would prefer the returned result is 'not available; as that's more accurate than what looks like missing data. I can't alter the source data and add extra columns as it's connected to multiple other data models. Is there a way to change the blank to 'not availbale'? As there is data in the column the isblank function doesn't apply.
Solved! Go to Solution.
Hi @BernW ,
You can try approch which is mentioned in below article. Hope it will help you to get desired output.
https://radacad.com/showing-an-alternate-text-when-no-data-available-in-a-power-bi-chart-visuals
Thank you,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Hi, @BernW
I tried to reproduce the results mentioned in the above blog, I hope it will be helpful to you.
I created a simple sample. There are no sales for the 2015 year, so there is no data to show.
1. Create a measure for no data:
_No data = if(ISBLANK(SUM('financials'[Profit])),"No data for the selected criteria","")
2. Display it in red font on the card visual. Turn off the category label, the background, visual headers, border etc. to make it just a pure text in the report
3. Open the selection pane and place the card at the bottom of the bar chart.
4. Place the card and bar in a group
Done, this is the final result.
Please refer to the attachment below for details. Hope this helps.
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @BernW ,
You can try approch which is mentioned in below article. Hope it will help you to get desired output.
https://radacad.com/showing-an-alternate-text-when-no-data-available-in-a-power-bi-chart-visuals
Thank you,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
127 | |
82 | |
69 | |
53 | |
44 |
User | Count |
---|---|
204 | |
105 | |
99 | |
64 | |
54 |