Forum Discussion
Monthly Restriction
Anonymous,
What data would the user view if he logs in the date that is greater than 10th of March? In Power BI, you can compare today with the date you want and then display relevant data.
Please share dummy data of your table and post expected result here.
Regards,
Lydia
Hi Lydia,
Thanks for your reply.
If i don't have montly restriction, If the user logs in he can view entire data until today but i want to restrict him to see only till last day of previous month.
Thanks,
Paruchuri.
- Anonymous8 years agoNot applicable
Anonymous,
Do you have other policies for other users? Or do you create the report for this specific user?
If the report is used by different user, you need to define Row Level security. If you create the report for the specific user, you can create measure.
Regards,
Lydia- Anonymous8 years agoNot applicable
Yes, I have created Dynamic Row Level Security.
- Anonymous8 years agoNot applicable
Anonymous,
What is the problem do you get currently? You can create a measure using username() function to check if it returns specific user.
Regards,
Lydia