User Profile
Rayzo92
Helper I
Joined 4 years ago
User Widgets
Contributions
Data activator Alert
Greeting everybody , i would like to set an alert to one of my KPI in my reprot , for that i used the Data Activator (the preview function of Microsoft Fabric) . this function need capacity premium . in my organisation we have 1 , 2 , 3 and 16 premium capacity . when i put my workspace in the 1, 2 and 4 the function doesnt work . But with 16 cores it works . does anyone know why ? is there a minimum core for the data activator to work ? thanks . Best regardsSolved1.1KViews0likes2CommentsGet the top 50 report users in my organisation
Greeting all , im a Power Bi admin on my organisation . i was asked to get the top users that use our power BI reports. i checked the user metrics on our portal but it seems like it doesnt give lot of details , cant even share the results with anyone . is there any other way to do it . or any API that i can apply ? Thanks in advance .Solved635Views0likes1CommentManage permission Issue
Hello members , Something changed last week on the manage permission window : i gave access to some group on Azure and i gave them viewer role on the workspace . in the manage permission i dont know why it show App(Build) like this ? i implemented RLS on my Dataset , and i dont want them to work with all data , anyone know why it's App(Build) and not Build only ? Thanks in advance.Solved5.2KViews0likes1Commentchanging the Dataset tables name
Hello Team , I have 20 reports that are connected to a Power BI dataset. In This dataset i changed the tables name so normally i have now i have to apply this modification to all my 20 reports. I dont want to waste lot of times modifying all the reports is there any best practice to do the modification ? Thanks all in advance Best regards.479Views0likes0CommentsRe: Create a measure grouped by another column
Thanks for your reply , Actually i made a mistake when i create the dataset here the correct one (i edited on my post aswell) : i think i need to create a specefic measure but not sure if allexpect work here in this case , thanks in advance7.2KViews0likes1CommentCreate a measure grouped by another column
Greeting members , im having an issue to create a filter on one of my visual tables on Power BI ! i will try to make my problem simple via using a sample. let's say a table of students with their exam note , exam start time and exam end time : i wanted to create a table where i have the students having more than 100 notes which is easy , i created a measure " total = Sum(student[Note])" , than i filtered on that measure in the filter panel (Total => 100) The problem here is that when i wanted to create another table where i add the start and the end time , the result wont be correct since the total will be divised (only the green row will be shown since it is already over 100) my object in the second table to have the students with more or equal to 100 while adding the start and end time . this is my final table how it should be : Thanks all in advance. Best regards.Solved7.3KViews0likes4CommentsALL excepect function with if condition
Greeting members , i want to create a calculated column using IF and all expect if possible . here is a sample of data : i want to create the G.Note column , this column will have the NULL(or the value from another column) value if the same ID got the same note (as you can see the ID=2) i think im able to acheive this using allexpect but im missing the right sentence . Thanks all in advance .Solved775Views0likes1CommentRe: Create calculated column based on another column result
M1 = var currid = Planning[Matricule] var currdate = Planning[Date Planning] var result = CALCULATE(DISTINCTCOUNT(Planning[Measure planning_theorique] ),FILTER(Planning,Planning[Matricule]=currid && Planning[Date Planning]=currdate)) return if (result=2,"Multi", Planning[Measure planning_theorique]) this is my calculation column dax894Views0likes0CommentsRe: Create calculated column based on another column result
Hello , Bifinity_75, serpiva64 thanks for your answers . your both solution are working but there is only 1 condition that have issue , is that when the employee is absent the same day with the same reason it shouldnt show multi since it's the same reason of absence .919Views0likes4Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.