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.
I'm working on a problem tracking database, and need to filter some things like
For the example highlighted, I used Filters on this Visual, for the last 90 days, and Status as Pending. What I want to see in that table are all the other disciplines with a value for zero or blank. I tried using Show items with no data and it doesn't do that.
Solved! Go to Solution.
sample data ;
try the following :
create a new table called
dimdiscipline = distinct ( tbl_name[discipline])
link this table as 1 to many to your original table : discipline to discipline.
now create a measure :
If my answer helped sort things out for you, i would appreciate a thumbs up 👍 and mark it as the solution ✅
It makes a difference and might help someone else too. Thanks for spreading the good vibes! 🤠
sample data ;
try the following :
create a new table called
dimdiscipline = distinct ( tbl_name[discipline])
link this table as 1 to many to your original table : discipline to discipline.
now create a measure :
If my answer helped sort things out for you, i would appreciate a thumbs up 👍 and mark it as the solution ✅
It makes a difference and might help someone else too. Thanks for spreading the good vibes! 🤠