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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Dashboard for Multiple Tables

Hi all
I have the following measures separate for separate tables. These tables capture the total requests that were sent to the various units. Why is used personalId is because that field is never empty so is the perfect field to use to capture the number of requests. I am representing the number of requests say, per country or Department etc... and I have a dimension table for country and department etc.. that are connected to all the Units in a 1 to many relation. 
To represent the total number of requests, per country, department etc on a visual,  I would need to combine all the measures. How do I do it, please? And if theres a more optimal way of doing it other than this method I am open to it

Measure1 = COUNT('Unit1'[PersonalId]

Measure2 = COUNT('Unit'[PersonalId]

Measure3 = COUNT('Unit3'[PersonalId]

Measure4 = COUNT('Unit4'[PersonalId]

 

 

1 ACCEPTED SOLUTION
v-yingjl
Community Support
Community Support

Hi @Anonymous ,

Since the dimension table has relationships with other tables, you can try to sum all these measures directly to show the total count in the dashboard.

Total count = Measure1+ Measure2 + Measure3 + Measure4

 

Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
v-yingjl
Community Support
Community Support

Hi @Anonymous ,

Since the dimension table has relationships with other tables, you can try to sum all these measures directly to show the total count in the dashboard.

Total count = Measure1+ Measure2 + Measure3 + Measure4

 

Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Ashish_Mathur
Super User
Super User

Hi,

You should append all unit tables to create just one unit table.  That way only 1 measure will be required.


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

@Ashish_Mathur the tables have completely different structures

selimovd
Super User
Super User

Hey @Anonymous ,

 

what is your question?

Where are you struggling?

 

Best regards

Denis

Anonymous
Not applicable

I am sorry I did not give my attempt at least. I have rephrased the question 
Thanks

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.