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.
Hi,
I have created this messure that works as it shold. But what i really need is for it to be in column format so that I can calculate on it.
Can anyone help me with that?
Columns are tied to a specific table (measures are not). So at the very minimum you need to do something like
TogetherColumn = SUM('Forecast'[Quantity])+SUM (RELATED('Forbrukning'[Consumption]))
in the Forecast table. Or the other way round, depending on the relationship between your tables. RELATED only works upwards, from the "*" table into the "1" table.
User | Count |
---|---|
29 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
36 | |
14 | |
12 | |
7 | |
7 |