Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi,
I need to build report in Direct Query Connection with Analysis Services on Azure Cloud. In this report I need to filter existing measure Hours ( from timsheet ) for each user that is using this report. ( RLS in SSAS is not posssible in this case ).
I made an idea to do that with new measure ( now its possible to use measures in Direct Query ) and
Users[Email]))=LOWER(USERNAME().
But I need help to do that in DAX Measure for this report, I will be gratefull for help with this case
Solved! Go to Solution.
I think you can add a tag measure like:
Tag = IF(MAX(Users[Email])=LOWER(USERNAME()),1,0)
Then use above measure in visual level filter.
Regards,
I think you can add a tag measure like:
Tag = IF(MAX(Users[Email])=LOWER(USERNAME()),1,0)
Then use above measure in visual level filter.
Regards,
Hi,
I have a question, the measure works correctly, but the problem is when I publish any report containing this measure on Power BI serivce , tile's data are not refreshing dispite Live Connection to SSAS Tabular Model. Even when I clicki refresh button
In this case when I want to show fresh data with my tiles a need to download pbx file to my computer, click refresh and publish it again 😞
That woorks, thank's a lot for help.
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 49 | |
| 30 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 132 | |
| 102 | |
| 59 | |
| 39 | |
| 31 |