Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
I have a table and a filter, only after selecting a filter i wanted to show data in a table for which i used below measure
DisplayTable = CALCULATE(IF( ISFILTERED(Table1[Part Three]) ,1,0), ALLSELECTED (Table1 ) )
Also along with that i wanted to change font based on value of another column, dax is
Measure 6 = if(MAX(Table1[Part One]) = "Base Management",1,0)
Solved! Go to Solution.
Hi,
the measure [DisplayTable] did not make much sense. I have retwritten it in this sample report I created based on the information you provided. I also had to create second table with the Part 3 :
sample report
Cheers,
Sturla
If this post helps, then please consider Accepting it as the solution. Kudos are nice too.
Hi,
the measure [DisplayTable] did not make much sense. I have retwritten it in this sample report I created based on the information you provided. I also had to create second table with the Part 3 :
sample report
Cheers,
Sturla
If this post helps, then please consider Accepting it as the solution. Kudos are nice too.
@sturlaws
thank you, but what if there are multiple slicers in the report without any one selecting results should not display. for example now only part 1 column slicer is available, next i need both part 1 and part 2.
I modified your measure, but this is not working
You need to create DimPart1, similar to DimPart3, and add DimPart[Part1] to the slicer
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 |
|---|---|
| 55 | |
| 35 | |
| 31 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 75 | |
| 72 | |
| 38 | |
| 35 | |
| 25 |