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
Hi community,
I have a database with list of project/company and activity and I would like to make a measure that count the qty of projects with the same company and activity as below table .
would have any idea how to do this with powerBI ?
thank you for your support
project | company | activity | measure |
project1 | company1 | activity1 | 2 |
project2 | company1 | activity2 | 1 |
project3 | company2 | activity1 | 3 |
project4 | company2 | activity1 | 3 |
project5 | company1 | activity1 | 2 |
project6 | company2 | activity1 | 3 |
hello @pierre-yves,
what about
CALCULATE(
COUNTROWS( 'Table' ),
ALLEXCEPT( 'Table', 'Table'[Activity], 'Table'[Company] )
)
table in different format
Hi Community
I m just following up on this request
anyone have any idea on how to adress this issue
thank you for your support
to clarify the result of the table:
line 1: qty of projects with company1 and activity1=2
line 2: qty of projects with company1 and activity2=1
line 3: qty of projects with company2 and activity1=3
...
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
22 | |
19 | |
16 | |
9 | |
5 |
User | Count |
---|---|
37 | |
29 | |
16 | |
14 | |
12 |