Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
My source is a SSAS Tabular database. I have this kind of data model. Relationship between Country and Organization is a one-to-many.
I'm trying to obtain a result like this :
KPI_IN_FACT_2 | ORGANIZATION | COUNTRY |
4 | org1 | country1 |
5 | org2 | country1 |
78 | org3 | country2 |
54 | (null) | country3 |
Currently, i cant see the last line, where a country doesn't have an organization. In KPI_IN_FACT_2 formula i need a CROSSFILTER (ORGANIZATION, COUNTRY, both) (for other calculations) and i think that CROSSFILTER do an INNER JOIN between these two tables. I need to "override" this INNER with a LEFT in order to obtain all these 4 lines in my results.
Thanks a lot
Patrice
@PatPeerate - I am not understanding this, see attached PBIX. Page 3, Tables 5, 6 and 7
Thanks for your answer. It's not exactly my case. I have a country with no entry in organization table.
You can find an example here
Thanks a lot.
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
12 | |
10 | |
6 |