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! Get ahead of the game and start preparing now! Learn more
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! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 88 | |
| 82 | |
| 68 | |
| 64 |