We're currently developing a Power BI Dashboard (Office 365) for our company and would like to tailor the information on the dashboard based on the current user's preferences.
Our company has multiple departments and sub-departments, so to display every department's figures to all users would be counter-productive.
For example if Bob is in Sales for Europe - he'll only see European sales, while Sue will only see Sales for America.
Is there a way PowerBI can identify the current user and then filter the results from the SSAS cube based on the user's preferences (which are store on a SQL table)?
I would imagine this could be done via the M Query statement, but I'm unsure on how to use it to filter the results.