Forum Discussion
Identify the login type
Hi Team,
How to identify the login type i.e. whether a user is loged into the service through mobile or desktop.
Regards
SaiKrishna.M
Anonymous - I can't think of a way of doing this in DAX. Only way I can think of is if you have an app or something that can use javascript. Then you would just do it in that:
5 Replies
- Greg_Deckler
Community Champion
Anonymous - Are you talking about in DAX code or within some custom visual or within some app where you are using Power BI embedded?
- AnonymousNot applicable
Hi Greg,
Thanks for quick reply.
I am ok with DAX or with app. I need to identify the login.
Requirement:
When a user is login through mobile he/she has to access one URL and when they login through desktop they have to access another URL. To achieve this I thought of identifying the login type and use deep link concept(I am looking into this and not sure how it works).
Please suggest your thoughts on how to achieve this requirement.
Regards
SaiKrishna.M
- Greg_Deckler
Community Champion
Anonymous - I can't think of a way of doing this in DAX. Only way I can think of is if you have an app or something that can use javascript. Then you would just do it in that: