Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello,
I have a problem :
I created a measure with calculate and all like this :
" _test = CALCULATE([_Total (hm)],ALL('cache Activite_Hiera'[tact_code])) "
But the result is not what I want .... because I would like to have 498:15:00 for each rows of _test column and not the same result that my column "total(hm)"
Solved! Go to Solution.
Hi, @dfs29
Plesase try measure formula like:
_test =
SUMX ( VALUES ( 'cache Activite_Hiera'[CO] ), [_Total (hm)] )
Best Regards,
Community Support Team _ Eason
Is there anyone to help me please ?
If you share a sample of your PBIX
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
this the first exemple with
And my second exemple with your suggestion
And I would like to have the same number of the column_HM in _test
So who can help me pleaseee
Best regards
Hi, @dfs29
Plesase try measure formula like:
_test =
SUMX ( VALUES ( 'cache Activite_Hiera'[CO] ), [_Total (hm)] )
Best Regards,
Community Support Team _ Eason
I tried but I don't have the result that I want because I would like to have 498:15:00 but with your suggestion I have the sum of all my data....
Hi @dfs29
try this
_test = CALCULATE([_Total (hm)],ALL())
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 64 | |
| 32 | |
| 31 | |
| 27 |