User Profile
RobiFitz2
Frequent Visitor
Joined 3 years ago
User Widgets
Contributions
Re: Count by filter compared to Count of time
Also tried Status = IF( CALCULATE( COUNT('Table'[Time In]),'Table'[CrewID] = 'Table'[CrewID]) = CALCULATE(DISTINCTCOUNT('Table'[Team]),'Table'[Team] = 'Table'[Team]), "Ready", "Not Ready") This separates the group and is not a distinct teams Team Count of People Status A 4 Ready for Work B 1 Not Ready B 2 Ready for Work C 3 Done for Day501Views0likes0CommentsCount by filter compared to Count of time
Hello, I am looking to do a count of people by team compared to count of timestamps. This is to set a team status for the day. I tried a few options such as Status = IF( CALCULATE( COUNT('Table'[Time in]),'Table'[Team] = EARLIER('Table'[Team]))), "Ready for work", "Not Ready")) I think I need to do a Count of team = Count of time in filtered by team, also not sure if a switch function or nested IF function is needed or better Thank you for any assistance! Team Name Time in Time out A Alex 12:26 PM A Nick 12:26 PM A Matt 12:26 PM A John 12:26 PM B Steven 12:26 PM B Anthony B Charles 12:26 PM C Shawn 12:27 PM 12:27 PM C Kelly 12:27 PM 12:27 PM C Chris 12:27 PM 12:27 PM Final Result Team Count of People Status A 4 Ready for Work B 3 Not Ready C 3 Done for DaySolved523Views0likes3CommentsQuestion on Multiple Golden Datasets with RLS
My company has multiple large servers pulling in a large sum of data for almost a hundred reports for our vendors. Currently each report has its own dataset pulling in some form of data that is similar to the next dataset however the query is fine turned towards that report and every report has RLS for each vendor.Everytime a new person is needed to be added to the vendor, we have to go through each dataset and add them to RLS. My question is, is it possible to have 5 golden datasets(1 for each server), then connect them in the report and setup RLS on 1 of them to only display data related to that vendor? I thought about 1 golden dataset however It is an extremely large amount of data with fear of the queries timing out532Views0likes2CommentsUpdate excel cell based on condition of another sheet
I have 2 excel sheets in the same workbook; a live edited sheet and a master sheet. I am looking to update comment history by comparing the live and master file and if they do not match, concatinate together and replace the master comment. Right now I manually have to concatinate in excel then copy and paste to replace the comments for 24,000 rows. Note: I did try a macro however this is stored on and edited on a sharepoint which does not allow macros unless the file is downloaded Live file Invoice # Comment Date Comment Name Reason 100525 3/30/2023 Email update from Jim Sarah Billing date moved 100526 2/24/2023 Increase in budget needed Jim Waiting on increase Master File Invoice # Comment Date Comment Name Reason 100525 2/25/2023 Increase in budget needed Sarah Waiting on increase 100526 2/24/2023 Increase in budget needed Jim Waiting on increase Master File - result Invoice # Comment Date Comment Name Reason 100525 3/30/2023 [Name] on [Comment Date]; [live comment]; [Live reason] [master comment] Sarah Billing date moved 100526 2/24/2023 Increase in budget needed Jim Waiting on increase484Views0likes0CommentsSet static value at beginning of month
I have a list of invoices and their total cost being pulled from a SQL server daily. I'm looking for a way to get the first day of the month and set a static value for the amount to track the remaining throughout the month. Invoice # Status Invoice Date Amount I300562 Active 3/1/23 $500 I300563 Active 3/5/23 $500 I300564 Paid 3/9/23 $500 I300565 Date Moved 4/15/23 (was 3/15/23 at beginning of month) $500 At the beginning of the month I have $2000 to pay as those get paid I still want to see that I started the month with $2000 but they can be paid or the dates can be moved to another month causing the value to change as I track month by month.So in the table above the total by month would say $1500 for the month of March since $500 was moved to April. first day of current month = DATE(YEAR(today()), month(today()), 1) So in short on the first day of the month grab the current total amount and display that amount throughout the entire month and only updating that number on the first of every month Is this possible?Solved600Views0likes1Comment
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.