Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Suppose we have Dimtable and facttable are in one to many relationship and 3 measures created like this.
total str=distinctcount(dimtable[str])
Submitted str=calculate(distinctcount(facttable[str]),condn)
Not submitted str= total str- submitted str
Now I want to show list of not submitted stores in table format.
Not submitted str--this will give the count but want to see the store names of tht.
how can we achieve this in DAX?Kindly help.
Solved! Go to Solution.
Hi,
Remove that measure from the table visual and drag it to the filter pane in the "Filter on this visual" well. Apply the filter confdition there.
Hi,
From the Dimtable, drag the Store name to the table visual. Drag the Not submitted measure as well.
Thanks for your reply @Ashish_Mathur .@ But if you do that way, not submitted value is shown.but i dont want to show it.ust the store name alone in table visual.is there a way to do it?
Hi,
Remove that measure from the table visual and drag it to the filter pane in the "Filter on this visual" well. Apply the filter confdition there.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 30 | |
| 28 | |
| 23 | |
| 21 | |
| 19 |
| User | Count |
|---|---|
| 44 | |
| 31 | |
| 18 | |
| 18 | |
| 16 |