The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi all,
I'm having problem with these calculations... Basically, my goal is to get two numbers:
1: number of total distinct workers from start of selected date period
2: number of total distinct workers from end of selected date period
*And it has to be responsive to the group and date filtering.
Columns I have:
[Group]
[Works since]
[Name]
[Distinct count column] (idk if I need it?)
As I imagine it should work like this?:
Solved! Go to Solution.
@DomantasK Not sure I 100% understand but should be something like:
SUMX(ALLSELECTED('Table'),[Distinct Count Column])
@DomantasK Not sure I 100% understand but should be something like:
SUMX(ALLSELECTED('Table'),[Distinct Count Column])
And it really was just that simple... Thank you, works perfect! 🙂