Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi all, new to the PBI world after years using Tableau.
Tryign to replicate a few, what I would call simple Tableau Clacs into DAX but struggling at present.
Any and all help appreciated.
Issue #1--trying to define an opportunity based on the fact that it has at least one occurrence of a named product--tableau calc below:
IF
{FIXED [OppID]: COUNTD(IF [Dim Desc Product 3C Category] = 'Managed Services' THEN [Fact Quantity] END)} = 0
THEN
'-'
ELSE
'Opp Contains Managed Services'
END
When I try to create the DAX calc -see below--it is not splitting out the Opportunties but returning all as ''Containing Managed Services' when I know only a handful do.
Hi many thanks for your reply and it will work great when I want to do a straight LOD but i think in DAX I need to nest the 2nd element of the LOD where I fixed the OPPid and then Count the times a ceetain product appears in any of the OPPIds---can this be done in DAX?
Many thanks again
Greg
@GREGBLACK , I have discussed a solution on that, see of that can help
Tableau Vs Power BI- Chapter 6- LOD FIXED (Level of Details)- https://youtu.be/hU-cVOwDCvY
User | Count |
---|---|
119 | |
78 | |
58 | |
52 | |
46 |
User | Count |
---|---|
170 | |
117 | |
63 | |
58 | |
51 |