Forum Discussion
Anonymous
5 years agoNot applicable
Sector and Geography granularity issue
I have a table Time
When the user selects period from february 2020 tç february 2021,I expect to get the following result
But what I get
How to correct the issue with the granularity?
Here is the pbix file https://drive.google.com/file/d/1vf0khr7MbnDTVBzycNgJsaJufwd9F8D_/view?usp=drivesdk
Anonymous , Try
sumx(summarize(Table, Table[project Name], table[time]),[time])
5 Replies
- AnonymousNot applicable
Hi Anonymous,
just change the time value to Don't Summarize.
File: Link from Google Drive
kindly accepts as Solutions
- AnonymousNot applicable
I need to summarize value of time by project name regardless sector and geo. So it doesn't work.
- amitchandak
Super User
Anonymous , Try
sumx(summarize(Table, Table[project Name], table[time]),[time])