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 StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
for a matrix i want to vanish one row and just want to show the total. C i calculateted as A - B:
I tried something like
Measure =
IF ( ISINSCOPE ( TABLE ( Column2 ) ) && MAX ( TABLE ( Column2 ) ) = "C",
BLANK ( ),
[value] )
where value is a measure who creates a new table with UNION and the difference C = A - B.
Result is that Row C vanish completely. Some ideas where the mistake is?
Many thanks.
Best regards
Power Pikachu
PS: Normally we have 12 month and a total. I unintentionally used December as a total. Hope it doesnt matter 🙂
@Pikachu-Power , You have to try measure like
Measure =
IF ( ISINSCOPE ( TABLE[Column2] ) && MAX ( TABLE[Column2 ] ) = "C",
calculate([Measure],TABLE[Column2 ] ="A") - calculate([Measure],TABLE[Column2 ] ="B")
[Measure] )
Hello,
what is [Measure] in your DAX code? My created Measure or maybe [value]? I missing something like BLANK( ). Normally the difference is a little more complicated with dummy values and UNION. I dont know if if i can pull out from [value].
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
142 | |
75 | |
64 | |
52 | |
47 |
User | Count |
---|---|
219 | |
89 | |
73 | |
66 | |
60 |