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

Need help with data model

Hi everybody

 

I am modeling a set of csv files and have a question.

the table Lookup_Kunde contains details about customers that have subsribed to a course. The column highlighted in red, Alter Anfang erster CAS, explains the age of the customer when starting the course.

the table Lookup_Veranstaltung contains details about the courses offered. the column highlighted in red, GPS Name, states the title of the course.

Both lookup tables are consolidated in the table Data_Anmeldungen.

I want to make a graph with the following: average age per course. I am aware that I cannot do this with the current filtering directions. However, what would be the best practice in this case, if I want to maintain the star shape, and avoid cross-directional filtering? Which new Queries/tables should i make etc.?

 

 

first step.png

 

 
1 ACCEPTED SOLUTION

Hi @Anonymous,

Based on my test, if you do not want to change your relationship, you could refer to below calculated column:

Average = CALCULATE(AVERAGE(Lookup_Customer[Age]),FILTER('Data_Subscription','Data_Subscription'[Course_Key]='Lookup_Course'[Course_Key]))

Result:

1.PNG

You could also download the pbix file to have a view.

 

Regards,

Daniel He

 

Community Support Team _ Daniel He
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

3 REPLIES 3
v-danhe-msft
Employee
Employee

Hi @Anonymous,

Could you please offer a sample data to have a test and post your desired result? If you just want to calculate the average age of per course, it seemed that you could create a measure to calculate and do not need to modify your data model, the relationship and crossfilter of your data model may help you to filter the different data in different table or related different data, so if you could post your desired resuly, maybe I could help more.

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi @v-danhe-msft

 

Thank you for your help. Attached I add a *.pbix file with a simplified version of the same problem. I would like to keep my filter directions unidirectional. The desired result looks like this:

 

Capture.JPG

 

link to file: https://wetransfer.com/downloads/8671a2927afbe53159fe856788b473d420190122101759/e01898fadce0a289a28e...

Hi @Anonymous,

Based on my test, if you do not want to change your relationship, you could refer to below calculated column:

Average = CALCULATE(AVERAGE(Lookup_Customer[Age]),FILTER('Data_Subscription','Data_Subscription'[Course_Key]='Lookup_Course'[Course_Key]))

Result:

1.PNG

You could also download the pbix file to have a view.

 

Regards,

Daniel He

 

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

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.