Forum Discussion
Ynew
Helper I
8 years agoA slicer for a pivot table
Hello All, I need help with coming up with a solution for my problem as below. To make my question easy to understand I define a simple version of my real data. I have three columns as below: Cu...
- 8 years ago
Hi Ynew
It seems your version of Excel does not support DAX variables
Please try this instead
= IF ( CALCULATE ( DISTINCTCOUNT ( TableName[Products] ), ALLEXCEPT ( TableName, TableName[Customer name] ) ) > 1, "Multiple Type", "Single Type" ) - 8 years ago
Ynew
Helper I
8 years ago
Thank you very much. I will surely check them since I need to be expert in power BI. I will use it alot for analyzing my data.
Zubair_Muhammad
Community Champion
8 years agoHi Ynew
Books are one of the best ways to build your foundation in Power BI
Consider buying all of these
- Building Data Models With Power Pivot
Learn to Write DAX: A practical guide to learning Power Pivot for Excel and Power BI
M Is for (Data) Monkey: A Guide to the M Language in Excel Power Query
- Definitive Guide to DAX