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 sagivh,
Please try the following measure:
Companies with Viewer Enabled =
CALCULATE (
COUNTROWS ( 'DBView - EnabledInfo' ),
'DBView - EnabledInfo'[SettingsName] = "Viewer",
'DBView - EnabledInfo'[Enabled] = TRUE ()
)
please share sample data and expected output.
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
32 | |
14 | |
10 | |
10 | |
9 |