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 !
Little Urgent Kindly help !
I am trying to count no of L (Leader) , C (Challenger), E (Explorer)which is an output of a if condition from a measure.
By combination of count will be Category X Country X Brand.
When I am selecting single category I am getting the correct count but with multi select it is showing wrong and with Select ALL it is showing blank.
Refer the data in the drop box with pbix file:-
https://www.dropbox.com/sh/zwl481drh2zn7mz/AAA3FDfcBfw5aBGDNiULqm4ka?dl=0
Refer the pic:-
Coming Correct !
Coming Wrong !
Your help is appreciated !
Thanks in advance
Solved! Go to Solution.
what's your reasoning for this one?
Company Name = CALCULATE(FIRSTNONBLANK(MSR[company_nm],1),FILTER(ALL(MSR),'Brand name'[Brnd-nom]=MSR[Brnd-nom]))
Do company names really have to be calculated at data source refresh?
what's your reasoning for this one?
Company Name = CALCULATE(FIRSTNONBLANK(MSR[company_nm],1),FILTER(ALL(MSR),'Brand name'[Brnd-nom]=MSR[Brnd-nom]))
Do company names really have to be calculated at data source refresh?
User | Count |
---|---|
28 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
12 | |
9 | |
7 |