The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Ok so i have 3 columns: contracts, client and status
contracts is a list of contractnumbers
client is the one that "owns" the contract. like if a client wants to buy something a contract is being made
status is either: cancelled, order or option. These are writen as text.
i want to make a chart where i can show which client has the most cancelled contracts but I can't figure it out.
Any help is appreciated
Thijn
Solved! Go to Solution.
Try creating a MEASURE like
Count of Cancelled contracts = CALCULATE ( COUNT ( TableName[Contracts] ), TableName[Status] = "Cancelled" )
Then put "Client" column in X-Axis and "Measure" in Values in a chart.........and sort by MEASURE
Try creating a MEASURE like
Count of Cancelled contracts = CALCULATE ( COUNT ( TableName[Contracts] ), TableName[Status] = "Cancelled" )
Then put "Client" column in X-Axis and "Measure" in Values in a chart.........and sort by MEASURE
Thank you! this is exactly what I needed.
Do you have any tips on how/where to learn the functions?
this would make PBI much easier
Hi,
Please check the link below
Also following books are great for learning
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
Also followig websites have quality learning material