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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
JMWDBA
Advocate II
Advocate II

Location Revenue Assignment

So in the attached image I have a sample from a spreadsheet.  Each student has a "Student Campus Location" that is considered their home location.  They can take courses at another location and it would always be reflected in the column "Course Campus Location".  What I am trying to do is when the "Student Campus Location" is the same as "Course Campus Location" Calculate the tuition and assign it to that campus location.  But when the "Student Campus Location" is not equal to the "Course Campus Location" then I want to calculate and assign the tuition to the "Course Campus Location".  How would I do this?

 

2017-05-14_13-03-33.jpg

3 REPLIES 3
v-caliao-msft
Microsoft Employee
Microsoft Employee

@JMWDBA,

 

For your sample data, could add a column manually which show your expected result? So that we can make further analysis. Besides, please provide the sample data as a file instead of a image, so that we can make further analysis.

 

Regards,

Charlie Liao

Greg_Deckler
Community Champion
Community Champion

What mechanism are you proposing for assigning it to a course campus location?

 

For the first part of your question, you can get the campus course location total by the following:

 

Column = IF([Student Campus Location] = [Course Campus Location],[Course Tuiton],0)

The total of that column would give you the total for the student's tuiton at their campus location. Now, you could create similar columns, one for each course location and fill them with similar formulas.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

I am not certain I understand the question about mechanism.  

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.