I would like to be able to embed Power BI report, and be able to do a DirectQuery against my datasource based on the currently logged in user.
The only way I've been able to get this to work is to use the Username function in DAX, but by the time DAX is available, I'd have already had to load WAY too much data (not relevent data) into my model.
Can I filter at the PowerQuery?