March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello, I am facing a rather frustrating issue. I want to return the count of values based on a filter and i keep on getting the erorr as per my subject. My measure is a s below:
Agenda Count = CALCULATE(COUNT('Retention Activities Master List'[Agenda]),FILTER(Sheet1,Sheet1[Attribute]))
Above is an example of data from table 'Sheet1'.
The 'Retention Activities ....' Table field [Agenda] is of type Text.
Any workaround?
Hi @geekmachine811 ,
Sorry for that the information you have provided is not making the problem clear to me.🤔
Could you please provide me with more details about your table and expected output or share me with your pbix file from your Onedrive for Business after removing sensitive data?
Best Regards,
Eyelyn Qin
What is your filter that you aretrying to apply?
You have the following statement which is incompete
FILTER(Sheet1,Sheet1[Attribute])
It should be something like :
FILTER(Sheet1,Sheet1[Attribute] = "6M to 3M") but this will only show values for this attribute only
Exactly, I want it to be dynamic because I have several fields in place
So basically, I have a Benchmark table(Table1) that contains certain values based on a Parameter (Summary Activity).
Each member(on a separate table 'Table2') needs to be benchmarked against the table above based on the count of 'Summary Activities'.
So basically I would like my formula to be 'Count of Agenda from Table2/Table1[Value]'
Note: Theres an existing relationship between Table 1 and Table 2.
Table 2 contains the names of each member plus the 'Agenda'. Agenda in this case is similar to
Summary Activity.
My Filter however has to be on Table1[Attribute]
@geekmachine811 try something like below:
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
122 | |
89 | |
78 | |
67 | |
52 |
User | Count |
---|---|
199 | |
140 | |
96 | |
77 | |
68 |