User Profile
Cody99
Helper II
Joined 3 years ago
User Widgets
Contributions
Compare mesure to previus month mesure?
I have a mesure: SalesDelivered-PerDay-SO FAR = CALCULATE( 'Sales YTD Delivered'[Sales Delivered]) / [WorkingDaysSoFarThisMonth] ------------------------------------ WorkingDaysSoFarThisMonth = VAR HolidaysVAR = VALUES(Holidays[HolidayDate]) VAR TotalDays = CALCULATE( COUNTROWS('Date Table'), 'Date Table'[Date] >= DATE(YEAR(TODAY()), MONTH(TODAY()), 1), 'Date Table'[Date] <= TODAY(), 'Date Table'[IsWorkday] = 1, NOT('Date Table'[Date] IN HolidaysVAR) ) RETURN TotalDays - 1 -------------------------------------------------------- I want a mesure that gets sales from previus month from this tabele/column: Sales YTD Delivered'[Sales Delivered] And i have a mesure that works out sales per day for that. SalesPerDay = CALCULATE( 'Sales YTD Delivered'[Sales Delivered]) / SUM(WorkingDaysxxxx[Workingdays]) That to be able to compare how this month avarage sales per day so far this month is with last month sales per day. But i cant get int to work. Any suggestions?Solved637Views0likes2CommentsRe: Ignoring some filters on visual/ measure? but not all? simple dividing?
I really dont know how i could do that? I have tried to explain as good as i can. And i think its kinda explains it for professionals as you guys? 🙂 Is there a part of my explaination that i can explain better?1.9KViews0likes2CommentsIgnoring some filters on visual/ measure? but not all? simple dividing?
Im struggeling with a little problem. I want to get all customers data YTD in a mesure like this: Total customers (ignore filters) = CALCULATE(COUNTROWS('3117 report Mail'), ALL('3117 report Mail'), '3117 report Mail'[xx / xx] = "xx") And then i have a measure that divide "spenders" with "total customers" in this measure Active customer Intake = 'Sales YTD Intake'[Spenders intake]/'3117 report Mail'[Total customers (ignore filters)] But then every row of sales people, gets its "spenders", devided in "total customers" and not its own customers. It should be the salespersons own spenders devided in its own customers. But since i remove filter on the first mesure, i guess it cant find the sales person either? So on this visual every row gets "spenders" divided in to "all customers", and its own customers. Any suggestions?1.9KViews0likes4CommentsRe: Scheduled refresh, dataset seems to update, but miss one credential, and credentials is greyed out.
Hi buddy, I just solved it by myself a little while ago and indeed it was like in the video. I went back to my pbi desktop, looked at the data source and saw that one of the sources pointed to a place in my hard drive, so I just changed it to the one drive link, as I have on other sources, how this happened I don't know. I might done a mistake during the last few days when I have done a lot of changes and so on and this one slipped by me 🙂 Thanks for trying to help me!677Views2likes0CommentsScheduled refresh, dataset seems to update, but miss one credential, and credentials is greyed out.
So i have had some issues last few days with my scheduled refresh. But i cant edit the credentials? But where is "this datasets setting page" if not on the same page as the erro here above??Solved731Views0likes2Comments
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.