Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Happy2023_05
Helper I
Helper I

DAX Help

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.

 

1 ACCEPTED 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.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

3 REPLIES 3
Ashish_Mathur
Super User
Super User

Hi,

From the Dimtable, drag the Store name to the table visual.  Drag the Not submitted measure as well.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

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.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors