Take a look at this. I will blog about this next week at http://xbi.com.au/blog
Search found 928 matches
- Wed Apr 25, 2018 7:16 am
- Forum: PowerPivot/DAX
- Topic: Need Help for DAX using SSAS tabular model
- Replies: 1
- Views: 20
- Tue Apr 24, 2018 6:48 am
- Forum: PowerPivot/DAX
- Topic: how to multiply different columns with a dax measure [Solved]
- Replies: 2
- Views: 33
Re: how to multiply different columns with a dax measure [Solved]
I don't really understand, but you may find this article I wrote a couple of weeks ago useful - it seems like the principles are similar. You may be able to work it out from there.
https://exceleratorbi.com.au/compound-growth-using-dax/
https://exceleratorbi.com.au/compound-growth-using-dax/
- Sat Apr 21, 2018 7:36 am
- Forum: PowerPivot/DAX
- Topic: COUNTROWS + VALUES vs DISTINCTCOUNT?
- Replies: 4
- Views: 90
Re: COUNTROWS + VALUES vs DISTINCTCOUNT?
How do you know this stuff Jes? 

- Mon Apr 16, 2018 8:16 am
- Forum: General
- Topic: How to decide what to use?
- Replies: 1
- Views: 54
Re: How to decide what to use?
Interesting problem. It is hard for me to give you clear advice on this despite the detail you have provided. Power Pivot is great for working over large tables of data. Excel is great for working on bespoke calculations. If you can load data into tables for processing, then Power Pivot it is great,...
- Mon Apr 16, 2018 7:26 am
- Forum: Help with the Book "Learn to Write DAX"
- Topic: Using Filter Inside Calculate
- Replies: 1
- Views: 55
Re: Using Filter Inside Calculate
What formula would you write to count the number of customers that have sales > 5000 over all time?
- Mon Apr 16, 2018 6:51 am
- Forum: PowerPivot/DAX
- Topic: COUNTROWS + VALUES vs DISTINCTCOUNT?
- Replies: 4
- Views: 90
Re: COUNTROWS + VALUES vs DISTINCTCOUNT?
= COUNTROWS ( VALUES (Table[Column])) vs = DISTINCTCOUNT (Table[Column]) There is no one right or wrong way. Sometimes one way is better but even then it is often personal preference. My book is designed to teach you reusable concepts, and in this case I was teaching you that you can create virtual...
- Sat Mar 17, 2018 4:46 pm
- Forum: Help with the Book "Supercharge Power BI"
- Topic: database import error
- Replies: 2
- Views: 426
Re: database import error
For the record, I sorted this for fatanalyst. Contact me at my website if you have a similar issue
- Wed Feb 28, 2018 5:36 am
- Forum: PowerPivot/DAX
- Topic: Relationship Cardinality
- Replies: 2
- Views: 337
Re: Relationship Cardinality
Very strange. I will be at Microsoft next week. I will add this to the list of things to follow up on (unless someone else knows.
- Sun Feb 25, 2018 6:47 pm
- Forum: PowerPivot/DAX
- Topic: Lookup formula from excel to dax
- Replies: 1
- Views: 273
Re: Lookup formula from excel to dax
This is not enough Information for anyone to help you.
- Wed Feb 14, 2018 6:18 pm
- Forum: PowerPivot/DAX
- Topic: duplicates
- Replies: 3
- Views: 500
Re: duplicates
Maybe you could be a bit more specific?