Forum Discussion
Identify the login type
- 6 years ago
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:
Anonymous - Are you talking about in DAX code or within some custom visual or within some app where you are using Power BI embedded?
- Anonymous6 years agoNot 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_Deckler6 years ago
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:
- Anonymous6 years agoNot applicable